From 61d4c9ca224bcc8a146cf4f0ad1bb9f58ea8787f Mon Sep 17 00:00:00 2001 From: hophacker Date: Wed, 10 Apr 2019 18:32:59 +0800 Subject: [PATCH] Remove node path setting which may interfere with RVM. --- zsh/node_path.zsh | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 zsh/node_path.zsh diff --git a/zsh/node_path.zsh b/zsh/node_path.zsh deleted file mode 100644 index cfa7486..0000000 --- a/zsh/node_path.zsh +++ /dev/null @@ -1,2 +0,0 @@ -export NVM_DIR="$HOME/.nvm" -[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm