Skip to content

Commit 9ac8247

Browse files
StenALdaeho-ro
authored andcommitted
pipenv: Generate Bash completions
1 parent 223cae2 commit 9ac8247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/p/pipenv.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def python3
5757
def install
5858
virtualenv_install_with_resources
5959

60-
generate_completions_from_executable(libexec/"bin/pipenv", shells: [:fish, :zsh],
60+
generate_completions_from_executable(libexec/"bin/pipenv", shells: [:bash, :fish, :zsh],
6161
shell_parameter_format: :click)
6262
end
6363

0 commit comments

Comments
 (0)