Files
fish-config/conf.d/pyenv.fish
T
2026-01-12 11:54:10 +01:00

8 lines
230 B
Fish

set -Ux PYENV_ROOT $HOME/.pyenv
set -U fish_user_paths $PYENV_ROOT/bin $fish_user_paths
# Load pyenv automatically by appending
# the following to ~/.config/fish/config.fish:
# Restart your shell for the changes to take effect.