nixos/config/fish/conf.d/pyenv.fish

6 lines
151 B
Fish
Raw Normal View History

2023-02-27 09:16:47 +00:00
if status is-interactive
set -gx PYENV_ROOT $HOME/.pyenv
set -g fish_user_paths $PYENV_ROOT/bin $fish_user_paths
2023-03-16 10:55:51 +00:00
pyenv init - | source
2023-02-27 09:16:47 +00:00
end