Browse Source

move location of chef-path

pull/1/head
Brett Langdon 13 years ago
parent
commit
41af4d9512
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      zshrc

+ 1
- 1
zshrc View File

@ -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

Loading…
Cancel
Save