Update README.md

This commit is contained in:
Hugh Rawlinson 2021-06-27 00:25:22 +02:00 committed by GitHub
parent d2bd4c06ef
commit 637fd914dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`.