FabioAntunes / fish-nvm

nvm wrapper for fish-shell
MIT License
511 stars 20 forks source link

Check bass exit status, if it's an error return it #22

Closed FabioAntunes closed 6 years ago

FabioAntunes commented 6 years ago

This will fix a rare scenario, when theres a .nvmrc file with a version that it's not installed globally, creating a recursive call.

depends on https://github.com/edc/bass/pull/53