Skip to content

Commit

Permalink
Adding npm global to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
ichupryna committed Mar 26, 2017
1 parent 92447bc commit a5ff87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash/.bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#nohup command >/dev/null 2>&1 &

#EXPORT SECTION
#export PATH=~/npm-global/bin:$PATH
export PATH=/opt/npm-global/bin:$PATH
export NPM_CONFIG_PREFIX=/opt/npm-global

#ALIAS SECTION
Expand Down

0 comments on commit a5ff87e

Please sign in to comment.