Created
March 30, 2017 15:56
-
-
Save micahjonas/668a42f6017aede23dc4a19afaa8a8c6 to your computer and use it in GitHub Desktop.
how to configure fish and nvm together
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
| # 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