mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
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:
@@ -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!
|
||||
|
||||
✨🍰✨
|
||||
|
||||
Reference in New Issue
Block a user