fix(zsh): revert pyenv-virtualenv precmd change

This commit is contained in:
Matej Janezic 2025-01-06 17:26:15 +01:00
parent 4b17d5db2d
commit 41fb0c639a
Signed by: janezicmatej
GPG Key ID: 4298E230ED37B2C0
1 changed files with 1 additions and 2 deletions

View File

@ -16,8 +16,7 @@ unsetopt autocd
# pyenv
eval "$(pyenv init - zsh)"
# https://github.com/pyenv/pyenv-virtualenv/issues/259
eval "$(pyenv virtualenv-init - zsh | sed s/precmd/chpwd/g)"
eval "$(pyenv virtualenv-init - zsh)"
# ggman
eval "$(ggman shellrc)"