Use NVM in Fish shell

Use NVM in Fish shell
Photo by Gábor Szűts / Unsplash

Hello everybody if someone is using fish shell (it is awesome shell) and do you need to use NVM you must be aware if it is not an option out of the box to use it, given nvm use some bash scripts that are not compatible with fish way,

So you should install it with Fisher, first lets install fisher (more info in github page):

curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher

once done we could install nvm with fisher:

fisher install jorgebucaran/nvm.fish

and that's it, now you should be able to use nvm commands in fish!