From 8310e73b43155de67de03fe2858e29e6fadc3ea8 Mon Sep 17 00:00:00 2001 From: Brad Hurley Date: Tue, 21 Aug 2018 12:04:51 -0400 Subject: [PATCH] Updating ReadMe to include information for Fish --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 508cc7c..e7bd9b4 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) ```