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