Add plugin for using nodenv.

pull/2/head
Charles B Johnson 10 years ago committed by Bruno Pinto
parent 6e682bbe73
commit 8dcd3e8027

@ -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)
Loading…
Cancel
Save