oh-my-fish/plugins/nodenv/nodenv.load
2014-10-16 22:02:48 -03:00

8 lines
160 B
Fish

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)