Add pyenv init to fish
This commit is contained in:
parent
114a5bc79c
commit
6cc659ce9a
|
@ -1,4 +1,5 @@
|
|||
if status is-interactive
|
||||
set -gx PYENV_ROOT $HOME/.pyenv
|
||||
set -g fish_user_paths $PYENV_ROOT/bin $fish_user_paths
|
||||
pyenv init - | source
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue