From 41fb0c639aba22f1dd4505f6ad03111631d47bbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Mon, 6 Jan 2025 17:26:15 +0100 Subject: [PATCH] fix(zsh): revert pyenv-virtualenv precmd change --- zsh/.zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 9cddbd6..14875c3 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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)"