We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223cae2 commit 9ac8247Copy full SHA for 9ac8247
Formula/p/pipenv.rb
@@ -57,7 +57,7 @@ def python3
57
def install
58
virtualenv_install_with_resources
59
60
- generate_completions_from_executable(libexec/"bin/pipenv", shells: [:fish, :zsh],
+ generate_completions_from_executable(libexec/"bin/pipenv", shells: [:bash, :fish, :zsh],
61
shell_parameter_format: :click)
62
end
63
0 commit comments