mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-12-03 14:53:41 +08:00
8 lines
160 B
Fish
8 lines
160 B
Fish
|
if test -n "$NODENV_ROOT"
|
||
|
_append_path $NODENV_ROOT/bin
|
||
|
else
|
||
|
_append_path $HOME/.nodenv/bin
|
||
|
end
|
||
|
|
||
|
status --is-interactive; and source (nodenv init - | psub)
|