edc / bass

Make Bash utilities usable in Fish shell
MIT License
2.2k stars 70 forks source link

Update README.md to include --no-use flag for nvm function #25

Closed CrshOverride closed 8 years ago

CrshOverride commented 8 years ago

Currently, the nvm example in the README.md file does not include the --no-use parameter when sourcing nvm. This leads to issues on subsequent calls if you have the default alias set. Each call to the function will reset the Node version back to default.

Including the --no-use flag prevents nvm from resetting the current version so that the fish nvm function will perform as expected.

edc commented 8 years ago

Good catch. Thanks for fixing this!