From 65d079731a9fe989ad105915bf134231c2ffea8e Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Mon, 5 Jun 2017 12:11:55 -0500 Subject: [PATCH] Remove node path setting which may interfere with RVM. People can set this themselves if node devs --- zsh/node_path.zsh | 1 - 1 file changed, 1 deletion(-) delete mode 100644 zsh/node_path.zsh diff --git a/zsh/node_path.zsh b/zsh/node_path.zsh deleted file mode 100644 index 5b3fcc55..00000000 --- a/zsh/node_path.zsh +++ /dev/null @@ -1 +0,0 @@ -export PATH=node_modules/.bin:$PATH