[zsh] remove old node path

legacy
Simon Bruder 2019-01-21 16:02:10 +00:00
parent 2eddf466b0
commit 7af3c1964d
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 0 additions and 1 deletions

View File

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