Skip to content

Commit

Permalink
update to speedup pyenv-virtualenv prompt (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
shunk031 authored Jul 17, 2024
1 parent e1c65e6 commit a38cbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/dot_local/bin/server/pyenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ eval "$(pyenv init -)"
#
# for pyenv-virtualenv
#
eval "$(pyenv virtualenv-init -)"
eval "$(pyenv virtualenv-init - | sed s/precmd/chpwd/g)"

export PYENV_VIRTUALENV_DISABLE_PROMPT=1

0 comments on commit a38cbfc

Please sign in to comment.