Add plugin for using nodenv.

This commit is contained in:
Charles B Johnson 2014-08-19 23:31:02 -04:00 committed by Bruno Pinto
parent 6e682bbe73
commit 8dcd3e8027

View File

@ -0,0 +1,7 @@
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)