Created
November 29, 2017 12:33
-
-
Save leminh111/fa9a32874b478b4c18315805768fa99d to your computer and use it in GitHub Desktop.
to run nvm in fish, we use bass to export/source the nvm like in bash to use it normally
This file contains hidden or 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
function nvm | |
bass source ~/.nvm/nvm.sh ';' nvm $argv | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment