[split] Move nodenv plugin to oh-my-fish/plugin-nodenv

https://github.com/oh-my-fish/plugin-nodenv
This commit is contained in:
Justin Hileman 2015-05-31 08:30:49 -07:00
parent f734ba37fd
commit 73e3cf48c2

View File

@ -1,7 +0,0 @@
if test -n "$NODENV_ROOT"
_prepend_path $NODENV_ROOT/bin
else
_prepend_path $HOME/.nodenv/bin
end
status --is-interactive; and source (nodenv init - | psub)