From fc9bda70f89d724ec06496ace01fdfe47578ce45 Mon Sep 17 00:00:00 2001 From: Johann Dreo Date: Thu, 30 May 2013 17:43:02 +0200 Subject: [PATCH] Use ag instead of ack --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 341fb14..5a91b83 100644 --- a/.bashrc +++ b/.bashrc @@ -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