Add instruction how to enable bash/zsh completion to website

bash and zsh require different syntax for enabling shell completion than
fish. That difference was accounted for in README, but not in docs (and,
consequently, on website).
This commit is contained in:
Mirosław Zalewski
2018-03-06 11:53:34 +01:00
parent 31c8f0d896
commit 0330f13c70
+4
View File
@@ -394,6 +394,10 @@ To enable completion in fish, add this to your config::
eval (pipenv --completion)
Alternatively, with bash or zsh, add this to your config::
eval "$(pipenv --completion)"
Magic shell completions are now enabled!
✨🍰✨