diff --git a/zsh/zshrc b/zsh/zshrc index 0cc8dff..e40aaae 100755 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -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 # ==========