Changed bin symlink to include ALL bin files.
This commit is contained in:
parent
671160fe96
commit
c057dd3808
2
nvm.sh
2
nvm.sh
|
|
@ -388,7 +388,7 @@ nvm()
|
||||||
export MANPATH
|
export MANPATH
|
||||||
export NVM_PATH="$NVM_DIR/$VERSION/lib/node"
|
export NVM_PATH="$NVM_DIR/$VERSION/lib/node"
|
||||||
export NVM_BIN="$NVM_DIR/$VERSION/bin"
|
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"
|
echo "Now using node $VERSION"
|
||||||
;;
|
;;
|
||||||
"run" )
|
"run" )
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue