This commit is contained in:
TheK4n 2022-10-23 18:13:49 +03:00
parent 67ea9bdbad
commit 2ba9fb1964

View File

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