mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-09 13:10:40 +00:00
8 lines
162 B
Fish
8 lines
162 B
Fish
if test -n "$NODENV_ROOT"
|
|
_prepend_path $NODENV_ROOT/bin
|
|
else
|
|
_prepend_path $HOME/.nodenv/bin
|
|
end
|
|
|
|
status --is-interactive; and source (nodenv init - | psub)
|