aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDan Hughes2013-08-24 10:13:48 -0400
committerAdam Vandenberg2013-08-27 18:34:05 -0700
commit00c9ed4d8abad516ce89f5f51549b79a8e73cc64 (patch)
tree4639a6277f8b98beb62dba6f95369f68533bfcd9 /Library
parent91bb1b89ec662481b992e79dd7f1efc5f35c0dd9 (diff)
downloadhomebrew-00c9ed4d8abad516ce89f5f51549b79a8e73cc64.tar.bz2
vcsh: Add zsh completion.
Closes #22150. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/vcsh.rb1
1 files changed, 1 insertions, 0 deletions
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