Add a special "default" alias

If you set a "default" alias, it will automatically be loaded when you
start a new shell.
This commit is contained in:
Isaac Wolkerstorfer
2011-01-22 19:16:24 +01:00
parent f10ac8e8c3
commit 861766372d
2 changed files with 6 additions and 0 deletions

2
nvm.sh
View File

@@ -206,3 +206,5 @@ nvm()
;;
esac
}
nvm ls default >/dev/null 2>&1 && nvm use default >/dev/null