diff --git a/README.md b/README.md index c57ab35471..ba9f86a506 100644 --- a/README.md +++ b/README.md @@ -324,14 +324,21 @@ See [Advanced configuration](#advanced-configuration) for details and more confi - For **Fish shell**: - Execute this interactively: + If you have Fish 3.2.0 or newer, execute this interactively: + + ~~~ fish + set -Ux PYENV_ROOT $HOME/.pyenv + fish_add_path $PYENV_ROOT/bin + ~~~ + + Otherwise, execute the snippet below: ~~~ fish set -Ux PYENV_ROOT $HOME/.pyenv set -U fish_user_paths $PYENV_ROOT/bin $fish_user_paths ~~~ - And add this to `~/.config/fish/config.fish`: + Now, add this to `~/.config/fish/config.fish`: ~~~ fish pyenv init - | source