mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-09 13:10:40 +00:00
8 lines
168 B
Fish
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
|