Skip to content

Instantly share code, notes, and snippets.

@micahjonas
Created March 30, 2017 15:56
Show Gist options
  • Save micahjonas/668a42f6017aede23dc4a19afaa8a8c6 to your computer and use it in GitHub Desktop.
Save micahjonas/668a42f6017aede23dc4a19afaa8a8c6 to your computer and use it in GitHub Desktop.
how to configure fish and nvm together
# config.fish file
# to use a bash utility in fish you need the bass plugin: https://github.com/edc/bass
function nvm
bass source ~/.nvm/nvm.sh ';' nvm $argv
end
nvm use 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment