Skip to content

Instantly share code, notes, and snippets.

@leminh111
Created November 29, 2017 12:33
Show Gist options
  • Save leminh111/fa9a32874b478b4c18315805768fa99d to your computer and use it in GitHub Desktop.
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
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