diff options
| author | Adam Vandenberg | 2013-01-23 19:53:06 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-23 19:53:06 -0800 |
| commit | 05eb740766d4b2611abd9a197d3fdf585db9f0ce (patch) | |
| tree | 9f60bd61f393568cbe56c70dcd658f51d74bf406 /Library/Homebrew/cmd | |
| parent | 0a9f5c68678f77ea3340de5638db5f4d6bc906e5 (diff) | |
| download | brew-05eb740766d4b2611abd9a197d3fdf585db9f0ce.tar.bz2 | |
Add Homebrew-completions to search
Diffstat (limited to 'Library/Homebrew/cmd')
| -rw-r--r-- | Library/Homebrew/cmd/search.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
