From 637fd914dc8f66358bdde38efbdeb13e3a64d2b3 Mon Sep 17 00:00:00 2001 From: Hugh Rawlinson Date: Sun, 27 Jun 2021 00:25:22 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.