[zshrc] use real path for npm (doesn’t work with symlink)
This commit is contained in:
parent
17ab3c849f
commit
2a04801f2a
|
@ -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)
|
||||
|
|
Reference in a new issue