oh-my-fish/plugins/ndenv/ndenv.load

8 lines
168 B
Fish

if test -n "$NDENV_ROOT"
_prepend_path $NDENV_ROOT/bin
_prepend_path $NDENV_ROOT/shims
else
_prepend_path $HOME/.ndenv/bin
_prepend_path $HOME/.ndenv/shims
end