aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-flow.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-03-05 21:52:07 -0800
committerAdam Vandenberg2012-03-05 21:52:07 -0800
commit31a4db558cbc28480796ec020513c5b05c57f5c4 (patch)
treef69d61bc19bc12cfb74127fa0f6eb6f306f64da1 /Library/Formula/git-flow.rb
parent691e4601bd18216a76d87b610421a24a0f6fdb4c (diff)
downloadhomebrew-31a4db558cbc28480796ec020513c5b05c57f5c4.tar.bz2
git-flow: also install zsh completions
Diffstat (limited to 'Library/Formula/git-flow.rb')
-rw-r--r--Library/Formula/git-flow.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/git-flow.rb b/Library/Formula/git-flow.rb
index b4536bed5..6f852b351 100644
--- a/Library/Formula/git-flow.rb
+++ b/Library/Formula/git-flow.rb
@@ -22,6 +22,7 @@ class GitFlow < Formula
GitFlowCompletion.new.brew do
(prefix+'etc/bash_completion.d').install "git-flow-completion.bash"
+ (share+'zsh/functions').install "git-flow-completion.zsh"
end
end
end