From 2d24d67499a5737d747b744c1ca2c213ed5a9340 Mon Sep 17 00:00:00 2001 From: hjp Date: Sat, 29 Jan 2011 17:56:20 +0000 Subject: [PATCH] fixed search for ack-grep --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index b393712..b1de38e 100644 --- a/.zshrc +++ b/.zshrc @@ -24,7 +24,7 @@ fi alias la='ls -alsF' alias cup='cvs -q update -d -P' alias digs='dig +nocomments +nostats +nocmd' -if [ -x =ack-grep ] +if whence ack-grep then alias ack='ack-grep' fi