aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/the_silver_searcher.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/the_silver_searcher.rb b/Library/Formula/the_silver_searcher.rb
index 1038aab4d..9441b51b9 100644
--- a/Library/Formula/the_silver_searcher.rb
+++ b/Library/Formula/the_silver_searcher.rb
@@ -25,6 +25,8 @@ class TheSilverSearcher < Formula
"--prefix=#{prefix}"
system "make"
system "make install"
+
+ bash_completion.install 'ag.bashcomp.sh'
end
def test