From 3925c5aa36fb9f3534c60b5cddd6378d83318ae9 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Tue, 21 Apr 2026 13:44:16 -0700 Subject: [PATCH] Speed up pyenv --- init.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.zsh b/init.zsh index 2b08a1a..80cee25 100644 --- a/init.zsh +++ b/init.zsh @@ -310,7 +310,7 @@ fi if cmd_exists pyenv; then export PYENV_ROOT="${HOME}/.pyenv" [[ -d "${PYENV_ROOT/bin}" ]] && export PATH="${PYENV_ROOT}/bin:${PATH}" - eval "$(pyenv init - zsh)" + eval "$(pyenv init - zsh --no-rehash)" eval "$(pyenv virtualenv-init - zsh)" __zsh_fix_pyenv_prompt() { if [[ -v _OLD_VIRTUAL_PS1 ]]; then