oh-my-fish / theme-bobthefish

A Powerline-style, Git-aware fish theme optimized for awesome.
MIT License
1.44k stars 223 forks source link

Add FNM as an alternative to NVM #292

Closed wesbaker closed 3 years ago

wesbaker commented 3 years ago

I use Schniz/fnm instead of nvm and wanted the prompt support for the current version. The commands and such are basically the same, so I duplicated it for now, but could see a single config that checked for either and went went with one over the other.

wesbaker commented 3 years ago

@bobthecow I think this takes care of your concerns from #286. Let me know if there are any other issues or backwards compatibilities I need to add.

bobthecow commented 3 years ago

(this will need a rebase; i've merged the top level .fish -> functions change)

bobthecow commented 3 years ago

Thank you!