Add pyenv init to bashrc

This commit is contained in:
Evie Litherland-Smith 2023-03-16 10:54:06 +00:00
parent a7c58e45d6
commit 114a5bc79c

View file

@ -50,6 +50,8 @@ 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)"