ack: install zsh completion

Closes Homebrew/homebrew#10106.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Simon Olofsson 2012-02-11 11:25:01 +01:00 committed by Jack Nagel
parent f9527577fc
commit 0aae42a362
1 changed files with 1 additions and 0 deletions

View File

@ -11,5 +11,6 @@ class Ack < Formula
man1.install 'ack.1'
bin.install 'ack'
(prefix+'etc/bash_completion.d').install 'etc/ack.bash_completion.sh'
(share+'zsh/functions').install 'etc/ack.zsh_completion' => '_ack'
end
end