avoid brew installed nvm path

This commit is contained in:
hophacker 2020-11-13 09:12:25 +08:00
parent 292ab3cee9
commit cdd5139484

View File

@ -24,7 +24,3 @@ export HELM_HOME="$HOME/.helm"
if [[ "$OSTYPE" != "darwin"* ]]; then
export PATH="$PATH:$HOME/.rvm/bin"
fi
if [[ "$(uname)" == "Darwin" ]]; then
source $(brew --prefix nvm)/nvm.sh
fi