Skip to content

Instantly share code, notes, and snippets.

@yoppi
Created May 22, 2011 08:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yoppi/985269 to your computer and use it in GitHub Desktop.
Save yoppi/985269 to your computer and use it in GitHub Desktop.
load binfile for npm
if [ -d $HOME/.npm ]; then
for bin in $HOME/.npm/*/*/package/bin
do
export PATH=$bin:$PATH
done
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment