From 7af3c1964dac58c9f7f338c7635587e34b549abc Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Mon, 21 Jan 2019 16:02:10 +0000 Subject: [PATCH] [zsh] remove old node path --- home/.zshrc.local | 1 - 1 file changed, 1 deletion(-) diff --git a/home/.zshrc.local b/home/.zshrc.local index 4709edc..23ed3ff 100644 --- a/home/.zshrc.local +++ b/home/.zshrc.local @@ -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"