Update pyenv stuff

This commit is contained in:
2026-05-01 04:22:43 -07:00
parent 3925c5aa36
commit 614bc250c8

View File

@@ -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() {