Add bash shell completion instructions

This commit is contained in:
Taylor D. Edmiston
2017-11-11 14:24:18 -05:00
committed by GitHub
parent 40a2ac6244
commit 35a5157f56
+4
View File
@@ -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 <https://github.com/fisherman/pipenv>`_, which will automatically activate your subshells for you!
Fish is the best shell. You should use it.