oh-my-fish/plugins/nodenv/nodenv.load

8 lines
162 B
Fish
Raw Normal View History

2014-08-20 11:31:02 +08:00
if test -n "$NODENV_ROOT"
_prepend_path $NODENV_ROOT/bin
2014-08-20 11:31:02 +08:00
else
_prepend_path $HOME/.nodenv/bin
2014-08-20 11:31:02 +08:00
end
status --is-interactive; and source (nodenv init - | psub)