diff --git a/README.md b/README.md index 508cc7c8..e7bd9b45 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ From inside that directory you can: **Fish shell note**: Add this to your `~/.config/fish/config.fish` ```sh + status --is-interactive; and source (pyenv init -|psub) status --is-interactive; and source (pyenv virtualenv-init -|psub) ```