path fixes
This commit is contained in:
parent
c00feb12b0
commit
13bf90e579
5
.exports
5
.exports
@ -11,11 +11,12 @@ export LANG="en_US"
|
||||
# PATH
|
||||
# ---------------------------------------------------
|
||||
|
||||
export NPM_PACKAGES=$HOME/.npm-packages
|
||||
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
|
||||
export CDPATH=$CDPATH:~/Code
|
||||
export CDPATH=$CDPATH:~/code
|
||||
|
||||
# Unset manpath so we can inherit from /etc/manpath via the `manpath`
|
||||
# command
|
||||
|
Loading…
Reference in New Issue
Block a user