Created
May 15, 2018 20:52
-
-
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
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
# 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