mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-25 01:14:21 +08:00
8 lines
164 B
Fish
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
|