From 842ad9c384f14047c0e8690730e53a015d7d68d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Kelpe?= Date: Tue, 25 Jan 2022 09:49:06 +0100 Subject: [PATCH] add --no-use to nvm sourcing to make bash startup faster https://github.com/nvm-sh/nvm/issues/1277 --- 90-osx.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/90-osx.bash b/90-osx.bash index 4f70f6c..78a303b 100644 --- a/90-osx.bash +++ b/90-osx.bash @@ -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