Skip to content

Instantly share code, notes, and snippets.

@martyglaubitz
Created March 31, 2015 12:37
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 martyglaubitz/c38431094be17801ba1f to your computer and use it in GitHub Desktop.
Save martyglaubitz/c38431094be17801ba1f to your computer and use it in GitHub Desktop.
Scripts to get node_modules bins into the path
path=%PATH%;node_modules\.bin
export PATH=$PATH:node_modules/.bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment