mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Add bash shell completion instructions
This commit is contained in:
committed by
GitHub
parent
40a2ac6244
commit
35a5157f56
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user