From 20f9f18be5237aac75c28d3fefb713a2d82330ed Mon Sep 17 00:00:00 2001 From: Julian Scharrenbach Date: Thu, 24 Jan 2019 13:53:28 +0100 Subject: [PATCH] it's only ack - not ack-grep ... :-/ --- .bash_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_aliases b/.bash_aliases index 0ed1d80..cc67f8f 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -72,4 +72,4 @@ alias svim='sudo -E vim' alias telnet='echo use the curl method' # hopefully, there's ack-grep installed on the system... -alias ag='ack-grep' +alias ag='ack'