Browse Source

configure chef for zsh

master
Brett Langdon 9 years ago
parent
commit
658a329815
No known key found for this signature in database GPG Key ID: A2ECAB73CE12147F
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      zshrc

+ 5
- 0
zshrc View File

@ -55,3 +55,8 @@ chpwd
# Setup iterm2 shell integration
test -e ${HOME}/.iterm2_shell_integration.zsh && source ${HOME}/.iterm2_shell_integration.zsh
# Init chef
if hash chef 2>/dev/null; then
eval "$(chef shell-init zsh)"
fi

Loading…
Cancel
Save