mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-24 06:12:23 +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)
|