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

8 lines
168 B
Fish
Raw Normal View History

2014-01-20 08:35:00 +00:00
if test -n "$NDENV_ROOT"
_prepend_path $NDENV_ROOT/bin
_prepend_path $NDENV_ROOT/shims
2014-01-20 08:35:00 +00:00
else
_prepend_path $HOME/.ndenv/bin
_prepend_path $HOME/.ndenv/shims
2014-01-20 08:35:00 +00:00
end