From 05eb740766d4b2611abd9a197d3fdf585db9f0ce Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 23 Jan 2013 19:53:06 -0800 Subject: Add Homebrew-completions to search --- Library/Homebrew/cmd/search.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') diff --git a/Library/Homebrew/cmd/search.rb b/Library/Homebrew/cmd/search.rb index b1109547c..205537574 100644 --- a/Library/Homebrew/cmd/search.rb +++ b/Library/Homebrew/cmd/search.rb @@ -39,6 +39,7 @@ module Homebrew extend self threads << Thread.new { search_tap "Homebrew", "dupes", rx } threads << Thread.new { search_tap "Homebrew", "games", rx } threads << Thread.new { search_tap "Homebrew", "science", rx } + threads << Thread.new { search_tap "Homebrew", "completions", rx } threads.each do |t| results << t.value -- cgit v1.2.3