oh-my-fish/plugins/ndenv/ndenv.load
2014-02-16 07:46:22 -03:00

8 lines
164 B
Fish

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