Nodenv seems to work fine out of the box with the following fish config:
set PATH /opt/boxen/nodenv/bin $PATH
set PATH /opt/boxen/nodenv/shims $PATH
set -x NODENV_ROOT /opt/boxen/nodenv/
nodenv rehash >/dev/null ^&1
With appropriate changes to the paths.
// Rickard
https://github.com/ekalinin/no
If you ever tried the fish shell and you are a node.js developer, you'll have
noticed that nvmdoesn't work. I did.
After a couple of quick searches on google to find a solution, I wrote a small
wrapper for nave (https://github.com/isaacs/nave), but it felt like a small
ugly hack. So i decided t