Skip to content

Commit

Permalink
Add node npm binaries path
Browse files Browse the repository at this point in the history
  • Loading branch information
techbelly committed Dec 1, 2012
1 parent 03e75cf commit 365aa87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bash/paths
Expand Up @@ -25,6 +25,10 @@ export ANDROID_SDK_ROOT=/usr/local/Cellar/android-sdk/r16

export NODE_PATH=$NODE_PATH:/usr/local/lib/node_modules

if [ -d /usr/local/share/npm/bin ]; then
export PATH=/usr/local/share/npm/bin:$PATH
fi

if [ -d ~/appengine-java-sdk ]; then
export PATH=$PATH:$HOME/appengine-java-sdk/bin
fi

0 comments on commit 365aa87

Please sign in to comment.