From 658a3298153ca7aebec7dc2f672b838eb108b6d8 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Thu, 13 Oct 2016 12:43:51 -0400 Subject: [PATCH] configure chef for zsh --- zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zshrc b/zshrc index 1fee7f1..4f33001 100644 --- a/zshrc +++ b/zshrc @@ -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