From 0e2f2d284241c2ad3c8e100ba11fffb922b5b120 Mon Sep 17 00:00:00 2001 From: Johann Dreo Date: Thu, 31 Jan 2013 11:49:06 +0100 Subject: [PATCH] add an alias to test ag --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index d448584..652790a 100644 --- a/.bashrc +++ b/.bashrc @@ -130,6 +130,7 @@ alias psg='ps aux|grep ' # grep a process ########## alias agrep="ack-grep" +alias ag="~/apps/the_silver_searcher-master/ag" # repeat n times command # repeat 10 echo "ok"