diff options
| author | Adam Vandenberg | 2012-03-05 21:52:07 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-05 21:52:07 -0800 |
| commit | 31a4db558cbc28480796ec020513c5b05c57f5c4 (patch) | |
| tree | f69d61bc19bc12cfb74127fa0f6eb6f306f64da1 /Library | |
| parent | 691e4601bd18216a76d87b610421a24a0f6fdb4c (diff) | |
| download | homebrew-31a4db558cbc28480796ec020513c5b05c57f5c4.tar.bz2 | |
git-flow: also install zsh completions
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/git-flow.rb | 1 |
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 |
