diff options
Diffstat (limited to '.zshrc')
| -rw-r--r-- | .zshrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -34,3 +34,8 @@ alias q='exit' export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" + +# Python version management +export PYENV_ROOT="$HOME/.pyenv" +[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH" +eval "$(pyenv init - zsh)" |
