.zshrc: Fix path to NPM packages
Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
parent
5d728f6620
commit
e176bbd5e6
2
.zshrc
2
.zshrc
@ -62,7 +62,7 @@ export ANSIBLE_HOSTS=hosts
|
|||||||
|
|
||||||
# Enable user's "global" npm packages
|
# Enable user's "global" npm packages
|
||||||
if [[ -d ~/.npm-packages ]]; then
|
if [[ -d ~/.npm-packages ]]; then
|
||||||
PATH=$PATH:~/node-packages/bin
|
PATH=$PATH:~/.npm-packages/bin
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Enable pyenv
|
# Enable pyenv
|
||||||
|
Loading…
Reference in New Issue
Block a user