Browse Source

add global NODE_PATH to zshrc

pull/1/head
Brett Langdon 12 years ago
parent
commit
525e052598
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      zshrc

+ 1
- 0
zshrc View File

@ -10,6 +10,7 @@ export PATH=/usr/local/Cellar/ruby/1.9.3-p374/bin:/usr/local/bin:/usr/local/sbin
export WORKON_HOME=~/environments export WORKON_HOME=~/environments
alias up="vagrant up && vagrant ssh" alias up="vagrant up && vagrant ssh"
source /usr/local/bin/virtualenvwrapper.sh source /usr/local/bin/virtualenvwrapper.sh
export NODE_PATH=/usr/local/lib/node_modules
export GOPATH=$HOME/go export GOPATH=$HOME/go
export PATH=$PATH:$GOPATH/bin export PATH=$PATH:$GOPATH/bin
export CHEF_PATH=~/Magnetic/chef-repo export CHEF_PATH=~/Magnetic/chef-repo


Loading…
Cancel
Save