Use silver searcher for lightning fast :Gsearch

This commit is contained in:
Yan Pritzker
2013-03-29 08:02:56 -07:00
parent d733d74c13
commit 24fb70b513
3 changed files with 5 additions and 7 deletions

View File

@@ -96,7 +96,7 @@ def install_homebrew
puts "======================================================"
puts "Installing Homebrew packages...There may be some warnings."
puts "======================================================"
run %{brew install ack ctags git hub}
run %{brew install ack ctags git hub tmux reattach-to-user-namespace the_silver_searcher}
puts
puts
end