.zshrc: Fix path to NPM packages

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
Alan Orth 2015-05-14 17:57:24 +03:00
parent 5d728f6620
commit e176bbd5e6
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -62,7 +62,7 @@ export ANSIBLE_HOSTS=hosts
# Enable user's "global" npm packages
if [[ -d ~/.npm-packages ]]; then
PATH=$PATH:~/node-packages/bin
PATH=$PATH:~/.npm-packages/bin
fi
# Enable pyenv