mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-12-23 07:39:36 +01:00
Remove pyenv
This commit is contained in:
parent
710b4b18ec
commit
b9d741b4e2
8
.zshrc
8
.zshrc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user