fix(zsh): revert pyenv-virtualenv precmd change
This commit is contained in:
parent
4b17d5db2d
commit
41fb0c639a
|
@ -16,8 +16,7 @@ unsetopt autocd
|
||||||
|
|
||||||
# pyenv
|
# pyenv
|
||||||
eval "$(pyenv init - zsh)"
|
eval "$(pyenv init - zsh)"
|
||||||
# https://github.com/pyenv/pyenv-virtualenv/issues/259
|
eval "$(pyenv virtualenv-init - zsh)"
|
||||||
eval "$(pyenv virtualenv-init - zsh | sed s/precmd/chpwd/g)"
|
|
||||||
|
|
||||||
# ggman
|
# ggman
|
||||||
eval "$(ggman shellrc)"
|
eval "$(ggman shellrc)"
|
||||||
|
|
Loading…
Reference in New Issue