Add pyenv init to fish

This commit is contained in:
Evie Litherland-Smith 2023-03-16 10:55:51 +00:00
parent 114a5bc79c
commit 6cc659ce9a

View file

@ -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