Skip to content

Commit 2d3e8b5

Browse files
StenALdaeho-ro
authored andcommitted
name-that-hash: Generate Bash completions
1 parent bb447d8 commit 2d3e8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/n/name-that-hash.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def install
4747
virtualenv_install_with_resources
4848

4949
%w[name-that-hash nth].each do |cmd|
50-
generate_completions_from_executable(bin/cmd, shells: [:fish, :zsh], shell_parameter_format: :click)
50+
generate_completions_from_executable(bin/cmd, shells: [:bash, :fish, :zsh], shell_parameter_format: :click)
5151
end
5252
end
5353

0 commit comments

Comments
 (0)