Skip to content

Commit

Permalink
Disable nvm cd hook
Browse files Browse the repository at this point in the history
since the projects that need it are using direnv
  • Loading branch information
kkrull committed Aug 13, 2019
1 parent 7370688 commit e47c9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ then
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
[ -s "$HOME/git/dotfiles/bash_profile.d/nvm.sh" ] && \. "$HOME/git/dotfiles/bash_profile.d/nvm.sh"
#[ -s "$HOME/git/dotfiles/bash_profile.d/nvm.sh" ] && \. "$HOME/git/dotfiles/bash_profile.d/nvm.sh"
fi

#RVM
Expand Down

0 comments on commit e47c9bc

Please sign in to comment.