add an alias to test ag

This commit is contained in:
Johann Dreo 2013-01-31 11:49:06 +01:00
commit 0e2f2d2842

View file

@ -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"