Fix pyenv detection

This commit is contained in:
TymanWasTaken 2022-08-02 20:31:11 -06:00
parent 6d09ce9640
commit aebd6d0f3b
No known key found for this signature in database
GPG key ID: CE7836AA83D56858

View file

@ -30,7 +30,7 @@ fi
bindkey -e bindkey -e
#---------------------------------------------------------------------------------# #---------------------------------------------------------------------------------#
### Load pyenv ### Load pyenv
if ls "$HOME/.pyenv" &> /dev/null; then if command -v pyenv &> /dev/null; then
eval "$(pyenv init -)" eval "$(pyenv init -)"
fi fi
#---------------------------------------------------------------------------------# #---------------------------------------------------------------------------------#