Remove pyenv

This commit is contained in:
Asocia 2021-04-27 00:42:31 +03:00
parent 710b4b18ec
commit b9d741b4e2

8
.zshrc
View File

@ -158,15 +158,7 @@ alias dotfiles='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
# . /usr/share/autojump/autojump.sh
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
export PATH="/snap/bin:$PATH"
export PYENV_VIRTUALENV_DISABLE_PROMPT=1
if command -v pyenv 1>/dev/null 2>&1; then
eval "$(pyenv init -)"
fi
eval "$(pyenv virtualenv-init -)"
# If not in tmux session, add battery and time to prompt