Last active
November 27, 2019 01:47
-
-
Save blackcater/c94e2a0360dca2408f22361d714756c9 to your computer and use it in GitHub Desktop.
nvm.fish
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
# Please install bass | |
# > omf install bass | |
function nvm | |
bass source /usr/local/opt/nvm/nvm.sh --no-use ';' nvm $argv | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment