Created
June 23, 2012 02:02
-
-
Save austinbv/2976264 to your computer and use it in GitHub Desktop.
load local nodes to path
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
precmd () { | |
if [[ -d ./node_modules && -d ./node_modules/.bin ]] | |
then | |
export PATH="`pwd`/node_modules/.bin:$PATH" | |
fi | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment