Fix pyenv detection
This commit is contained in:
parent
6d09ce9640
commit
aebd6d0f3b
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ fi
|
|||
bindkey -e
|
||||
#---------------------------------------------------------------------------------#
|
||||
### Load pyenv
|
||||
if ls "$HOME/.pyenv" &> /dev/null; then
|
||||
if command -v pyenv &> /dev/null; then
|
||||
eval "$(pyenv init -)"
|
||||
fi
|
||||
#---------------------------------------------------------------------------------#
|
||||
|
|
Reference in a new issue