From 76db37dbfa4025d6013f873f775ca89be6c82028 Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Sun, 19 Sep 2021 01:08:26 +0300 Subject: [PATCH] Update fish instructions based on user feedback --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85cb87b3..88a5045c 100644 --- a/README.md +++ b/README.md @@ -361,8 +361,8 @@ easy to fork and contribute any changes back upstream. And add this to `~/.config/fish/config.fish`: ~~~ fish - status is-interactive; and pyenv init --path | source - pyenv init - | source + status is-login; and pyenv init --path | source + status is-interactive; and pyenv init - | source ~~~ If Fish is not your login shell, also follow the Bash/Zsh instructions to add to `~/.profile`.