You can check here for getting the latest version. Change the wget url to download newer versions.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install NVM manually (https://github.com/creationix/nvm) | |
# Install bass (https://github.com/edc/bass) | |
# Add code below to your config.fish | |
function nvm | |
bass source ~/.nvm/nvm.sh --no-use ';' nvm $argv | |
end | |
nvm use default --silent |