aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorChristian Höltje2012-03-29 20:09:08 -0400
committerAdam Vandenberg2012-04-05 07:26:05 -0700
commite5c9b2d05e317a078f9a49ac8d8f2b84822bdb63 (patch)
tree67e161622af6081aef050126fcf859cc4ae14242 /Library/Formula
parent9535f98a54d7b7d7057353fb0589abb2a8ca3ffe (diff)
downloadhomebrew-e5c9b2d05e317a078f9a49ac8d8f2b84822bdb63.tar.bz2
task: Linked the zsh autocomplete into proper location
This links the zsh autocomplete for 'task' into share/zsh/functions, where it is more likely to be automatically picked up by zsh users. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/task.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/task.rb b/Library/Formula/task.rb
index f8072b78e..407543de2 100644
--- a/Library/Formula/task.rb
+++ b/Library/Formula/task.rb
@@ -13,5 +13,6 @@ class Task < Formula
system "cmake #{std_cmake_parameters}"
system "make install"
(etc+'bash_completion.d').install 'scripts/bash/task_completion.sh'
+ (share+'zsh/functions').install 'scripts/zsh/_task'
end
end