Skip to content

Commit

Permalink
add --no-use to nvm sourcing to make bash startup faster nvm-sh/nvm#1277
Browse files Browse the repository at this point in the history
  • Loading branch information
fs111 committed Jan 25, 2022
1 parent bedbe03 commit 842ad9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 90-osx.bash
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ then
fi

if [ -f /opt/local/share/nvm/init-nvm.sh ]; then
. /opt/local/share/nvm/init-nvm.sh
. /opt/local/share/nvm/init-nvm.sh --no-use
fi

export PATH=/opt/local/bin:/opt/local/sbin:$PATH
Expand Down

0 comments on commit 842ad9c

Please sign in to comment.