Use ag instead of ack

This commit is contained in:
Johann Dreo 2013-05-30 17:43:02 +02:00
commit fc9bda70f8

View file

@ -134,7 +134,7 @@ alias psg='ps aux|grep -v grep | grep -i --color=auto ' # grep a process
# Coding #
##########
alias agrep="ack-grep"
alias agrep="ag"
alias ag="~/apps/the_silver_searcher-master/ag"
# repeat n times command