From 0bc27b4f3cc60175fc6a38091ee1cf16eb3a81bf Mon Sep 17 00:00:00 2001 From: tony woode Date: Mon, 24 Aug 2020 17:57:56 +0100 Subject: [PATCH] [npm] make zsh-nvm decorator work again... see https://github.com/lukechilds/zsh-nvm/issues/69 somehow nvm wrote this into my .zshrc, and sourcing nvm after the decorated version is sourced by lukechilds/zsh-nvm breaks lukechilds/zsh-nvm --- .zshrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.zshrc b/.zshrc index 2ce52e0..1c712d9 100644 --- a/.zshrc +++ b/.zshrc @@ -172,9 +172,6 @@ alias qpnode="cd $qpnode" test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh" -export NVM_DIR="/Users/twoode/.nvm" -[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm - # zsh default text # # Uncomment the following line to use case-sensitive completion.