oh-my-fish/plugins/pyenv/pyenv.load
2013-11-20 07:53:57 -02:00

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