diff --git a/README.md b/README.md index 1b00368a..214fe045 100644 --- a/README.md +++ b/README.md @@ -296,7 +296,7 @@ easy to fork and contribute any changes back upstream. And add this to `~/.config/fish/config.fish`: ~~~ fish - status is-login; and pyenv init --path | source + status is-interactive; and pyenv init --path | source ~~~ If Fish is not your login shell, also follow the Bash/Zsh instructions to add to `~/.profile`. diff --git a/libexec/pyenv-init b/libexec/pyenv-init index 0bb88fa7..08c4f8e2 100755 --- a/libexec/pyenv-init +++ b/libexec/pyenv-init @@ -109,7 +109,7 @@ function help_() { echo "# Load pyenv automatically by appending" echo "# the following to ~/.config/fish/config.fish:" echo - echo 'status is-login; and pyenv init --path | source' + echo 'status is-interactive; and pyenv init --path | source' echo 'pyenv init - | source' echo echo "# If fish is not your login shell,"