From 31a4db558cbc28480796ec020513c5b05c57f5c4 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 5 Mar 2012 21:52:07 -0800 Subject: git-flow: also install zsh completions --- Library/Formula/git-flow.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula/git-flow.rb') 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 -- cgit v1.2.3