Skip to content

Commit fbd81a7

Browse files
committed
cheat: fix zsh completion
Install cheat.zsh as _cheat for proper Zsh completion naming.
1 parent a441d45 commit fbd81a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/c/cheat.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def install
2525

2626
bash_completion.install "scripts/cheat.bash"
2727
fish_completion.install "scripts/cheat.fish"
28-
zsh_completion.install "scripts/cheat.zsh"
28+
zsh_completion.install "scripts/cheat.zsh" => "_cheat"
2929
end
3030

3131
test do

0 commit comments

Comments
 (0)