From 0330f13c7097ff3a31e8b07080d6cb247bba38d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miros=C5=82aw=20Zalewski?= Date: Tue, 6 Mar 2018 11:53:34 +0100 Subject: [PATCH] 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). --- docs/advanced.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/advanced.rst b/docs/advanced.rst index a6bd61da..13a11775 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -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! ✨🍰✨