From c057dd38082f27a19123f05e6c081110b512a922 Mon Sep 17 00:00:00 2001 From: Gregory Langlais Date: Sat, 16 Mar 2013 20:52:54 -0400 Subject: [PATCH] Changed bin symlink to include ALL bin files. --- nvm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvm.sh b/nvm.sh index e593cb7..a02ac7d 100755 --- a/nvm.sh +++ b/nvm.sh @@ -388,7 +388,7 @@ nvm() export MANPATH export NVM_PATH="$NVM_DIR/$VERSION/lib/node" export NVM_BIN="$NVM_DIR/$VERSION/bin" - ln -sf ${NVM_DIR}/${VERSION}/bin/node ${NVM_DIR}/bin + ln -sf ${NVM_DIR}/${VERSION}/bin/* ${NVM_DIR}/bin echo "Now using node $VERSION" ;; "run" )