From 35a5157f56ef17fd39c1906a7c75de952b4d3bd1 Mon Sep 17 00:00:00 2001 From: "Taylor D. Edmiston" Date: Sat, 11 Nov 2017 14:24:18 -0500 Subject: [PATCH] Add bash shell completion instructions --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index c2c7a708..a756b194 100644 --- a/README.rst +++ b/README.rst @@ -104,6 +104,10 @@ For example, with fish, put this in your ``~/.config/fish/completions/pipenv.fis eval (pipenv --completion) +Alternatively, with bash, put this in your ``.bashrc`` or ``.bash_profile``:: + + eval "$(pipenv --completion)" + Magic shell completions are now enabled! There is also a `fish plugin `_, which will automatically activate your subshells for you! Fish is the best shell. You should use it.