Add bash files

This commit is contained in:
2019-10-16 10:30:01 +00:00
parent 6743300e44
commit d2aeed8d03
6 changed files with 208 additions and 0 deletions

5
bashrc.d/node.bash Normal file
View File

@@ -0,0 +1,5 @@
# Set up NPM
NPM_PACKAGES="$HOME/.npm-packages"
NODE_PATH="$NPM_PACKAGES/lib/node_modules:$NODE_PATH"
PATH=$PATH:$NPM_PACKAGES/bin
MANPATH="$MANPATH:$NPM_PACKAGES/share/man"