diff --git a/zshrc b/zshrc index 06d9bf1..a3cc2a7 100644 --- a/zshrc +++ b/zshrc @@ -129,11 +129,6 @@ source $ZSH/oh-my-zsh.sh export NVM_QUIET=1 typeset -g POWERLEVEL9K_INSTANT_PROMPT=quiet -# Python environment - virtualenv-init (interactive only, base pyenv init is in .zshenv) -if command -v pyenv 1>/dev/null 2>&1; then - eval "$(pyenv virtualenv-init -)" -fi - # Docker source $HOME/.docker/init-zsh.sh || true