From 00c9ed4d8abad516ce89f5f51549b79a8e73cc64 Mon Sep 17 00:00:00 2001 From: Dan Hughes Date: Sat, 24 Aug 2013 10:13:48 -0400 Subject: vcsh: Add zsh completion. Closes #22150. Signed-off-by: Adam Vandenberg --- Library/Formula/vcsh.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') diff --git a/Library/Formula/vcsh.rb b/Library/Formula/vcsh.rb index 282812104..e17647e44 100644 --- a/Library/Formula/vcsh.rb +++ b/Library/Formula/vcsh.rb @@ -11,6 +11,7 @@ class Vcsh < Formula def install bin.install 'vcsh' man1.install 'vcsh.1' + zsh_completion.install '_vcsh' end test do -- cgit v1.2.3