diff --git a/sub/zsh/other b/sub/zsh/other index d7144f3..2b35d0a 100644 --- a/sub/zsh/other +++ b/sub/zsh/other @@ -23,3 +23,8 @@ if [ -f /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh ]; then # change suggestion color ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=#999' fi + + +export PYENV_ROOT="$HOME/.pyenv" +command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH" +eval "$(pyenv init -)"