Fred Damstra (Macbook 2015) 2 년 전
부모
커밋
6ce7a937f1
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .bashrc

+ 2 - 0
.bashrc

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