diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/vcsh.rb | 1 |
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 |
