From 41af4d9512c7c1a4560d1952b7df2d2fe6b9ce10 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Fri, 16 Aug 2013 09:49:29 -0400 Subject: [PATCH] move location of chef-path --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index ddf1e39..49430f9 100644 --- a/zshrc +++ b/zshrc @@ -50,6 +50,6 @@ alias up="vagrant up && vagrant ssh" source /usr/local/bin/virtualenvwrapper.sh export GOPATH=$HOME/go export PATH=$PATH:$GOPATH/bin -export CHEF_PATH=~/Desktop/chef-repo +export CHEF_PATH=~/Magnetic/chef-repo unsetopt inc_append_history unsetopt share_history # share command history data