aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ack.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/ack.rb b/Library/Formula/ack.rb
index 1d010f792..5cef4b403 100644
--- a/Library/Formula/ack.rb
+++ b/Library/Formula/ack.rb
@@ -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