[zshrc] use real path for npm (doesn’t work with symlink)

This commit is contained in:
Simon Bruder 2018-10-10 20:25:44 +00:00
parent 17ab3c849f
commit 2a04801f2a
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -6,7 +6,7 @@ PATH="$PATH:$GOPATH/bin"
## Node
PATH="$PATH:/home/simon/opt/node/bin"
export NVM_DIR="$HOME/.nvm"
export NVM_DIR=$(realpath "$HOME/.nvm")
source "$NVM_DIR/nvm.sh"
## Python (pip)