Skip to content

Instantly share code, notes, and snippets.

@Deifinger
Created May 15, 2018 20:52
Show Gist options
  • Save Deifinger/93b47bbcfc83d1bd6d27d7be0bf391e0 to your computer and use it in GitHub Desktop.
Save Deifinger/93b47bbcfc83d1bd6d27d7be0bf391e0 to your computer and use it in GitHub Desktop.
n - node js version manager - modifications for getting installed node js versions globally
# Changed PATH order, with §HOME/bin at the beginning, ahead of /usr/local/bin/
PATH=$HOME/.local/bin:$HOME/bin:$PATH
export PATH
# Add n prefix
export N_PREFIX=$HOME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment