diff options
Diffstat (limited to '.config/bash/npm-path.sh')
-rw-r--r-- | .config/bash/npm-path.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/bash/npm-path.sh b/.config/bash/npm-path.sh index d3d211c..d11fc50 100644 --- a/.config/bash/npm-path.sh +++ b/.config/bash/npm-path.sh @@ -1,4 +1,4 @@ export NPM_PACKAGES="${HOME}/.local/npm-packages" -export PATH="${PATH}:${NPM_PACKAGES}/bin" +export PATH="${NPM_PACKAGES}/bin:${PATH}" export MANPATH="${MANPATH}:${NPM_PACKAGES}/share/man" export NODE_PATH="${NPM_PACKAGES}/lib/node_modules:$NODE_PATH" |