Skip to content

Commit

Permalink
[npm] make zsh-nvm decorator work again...
Browse files Browse the repository at this point in the history
see lukechilds/zsh-nvm#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
  • Loading branch information
tonywoode committed Aug 24, 2020
1 parent 5e23463 commit 0bc27b4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0bc27b4

Please sign in to comment.