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

8 lines
160 B
Fish
Raw Normal View History

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