diff --git a/plugins/ndenv/ndenv.load b/plugins/ndenv/ndenv.load new file mode 100644 index 0000000..697645c --- /dev/null +++ b/plugins/ndenv/ndenv.load @@ -0,0 +1,7 @@ +if test -n "$NDENV_ROOT" + _append_path $NDENV_ROOT/bin + _append_path $NDENV_ROOT/shims +else + _append_path $HOME/.ndenv/bin + _append_path $HOME/.ndenv/shims +end