You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oh-my-fish/plugins/pyenv/pyenv.load

8 lines
164 B
Fish

if test -n "$PYENV_ROOT"
_append_path $PYENV_ROOT/bin
_append_path $PYENV_ROOT/shims
else
_append_path $HOME/.pyenv/bin
_append_path $HOME/.pyenv/shims
end