diff options
| author | Christian HoĢltje | 2012-03-29 20:09:08 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2012-04-05 07:26:05 -0700 |
| commit | e5c9b2d05e317a078f9a49ac8d8f2b84822bdb63 (patch) | |
| tree | 67e161622af6081aef050126fcf859cc4ae14242 /Library | |
| parent | 9535f98a54d7b7d7057353fb0589abb2a8ca3ffe (diff) | |
| download | homebrew-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')
| -rw-r--r-- | Library/Formula/task.rb | 1 |
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 |
