add pyenv to zshrc
This commit is contained in:
parent
53ae7db88f
commit
cad264db25
1 changed files with 5 additions and 2 deletions
|
|
@ -276,11 +276,14 @@ if is_interactive && command_exists keychain && [[ -d ~/.ssh ]]; then
|
|||
fi
|
||||
fi
|
||||
|
||||
# 12. rbenv
|
||||
# =========
|
||||
# 12. rbenv and pyenv
|
||||
# ===================
|
||||
if command_exists rbenv; then
|
||||
eval "$(rbenv init -)"
|
||||
fi
|
||||
if command_exists pyenv; then
|
||||
eval "$(pyenv init -)"
|
||||
fi
|
||||
|
||||
# 13. travis
|
||||
# ==========
|
||||
|
|
|
|||
Loading…
Reference in a new issue