Switching from Ack to Ag

This commit is contained in:
Luiz Gonzaga dos Santos Filho
2013-04-18 15:40:04 +02:00
parent b198b38864
commit bcc03b96df
4 changed files with 6 additions and 5 deletions

View File

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