Re: [Fish-users] announcing a node.js version manager for the fish shell

2014-01-07 Thread Rickard von Essen
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

[Fish-users] announcing a node.js version manager for the fish shell

2013-12-04 Thread Matteo Cavalleri
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