You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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