path fixes

This commit is contained in:
Matthias Kretschmann 2019-10-27 02:09:49 +02:00
parent 5f705bd2ef
commit c00feb12b0
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,6 @@ export LANG="en_US"
# ---------------------------------------------------
export NPM_PACKAGES=$HOME/.npm-packages
export NODE_PATH="$NPM_PACKAGES/lib/node_modules${NODE_PATH:+:$NODE_PATH}"
export PATH=$HOME/bin:/usr/local/bin:$NPM_PACKAGES/bin:$PATH
# define CDPATHs which are autocompleted from when doing cd

2
.npmrc
View File

@ -1 +1 @@
prefix=$HOME/.npm-packages
prefix=~/.npm-packages