From 614bc250c8a49b0e704899bc90fd228fd88bdd59 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Fri, 1 May 2026 04:22:43 -0700 Subject: [PATCH] Update pyenv stuff --- init.zsh | 1 - 1 file changed, 1 deletion(-) diff --git a/init.zsh b/init.zsh index 80cee25..84402a0 100644 --- a/init.zsh +++ b/init.zsh @@ -309,7 +309,6 @@ fi # Pyenv if cmd_exists pyenv; then export PYENV_ROOT="${HOME}/.pyenv" - [[ -d "${PYENV_ROOT/bin}" ]] && export PATH="${PYENV_ROOT}/bin:${PATH}" eval "$(pyenv init - zsh --no-rehash)" eval "$(pyenv virtualenv-init - zsh)" __zsh_fix_pyenv_prompt() {