|
@@ -215,6 +215,8 @@ eval $(thefuck --alias)
|
|
|
|
|
|
[ -f ~/MyEnvironment/iterm2_shell_integration.bash ] && . ~/MyEnvironment/iterm2_shell_integration.bash
|
|
[ -f ~/MyEnvironment/iterm2_shell_integration.bash ] && . ~/MyEnvironment/iterm2_shell_integration.bash
|
|
|
|
|
|
|
|
+[ -f "`which chef`" ] && eval "$(chef shell-init bash)"
|
|
|
|
+
|
|
# Python venv?
|
|
# Python venv?
|
|
if which pyenv-virtualenv-init > /dev/null; then eval "$(pyenv virtualenv-init -)"; fi
|
|
if which pyenv-virtualenv-init > /dev/null; then eval "$(pyenv virtualenv-init -)"; fi
|
|
|
|
|