Add Homebrew-completions to search

This commit is contained in:
Adam Vandenberg 2013-01-23 19:53:06 -08:00
parent 0a9f5c6867
commit 05eb740766

View File

@ -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