Remove pyenv init from bashrc

This commit is contained in:
Evie Litherland-Smith 2023-03-03 09:21:03 +00:00
parent bd4763cdda
commit 543c758b83

View file

@ -53,6 +53,5 @@ fi
export PYENV_ROOT="$HOME/.pyenv"
command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
command -v pyenv >/dev/null && eval "$(pyenv init -)"
command -v direnv > /dev/null 2>&1 && eval "$(direnv hook bash)"
command -v starship > /dev/null 2>&1 && eval "$(starship init bash)"