fixed search for ack-grep

This commit is contained in:
hjp 2011-01-29 17:56:20 +00:00
parent 9cdf04c07e
commit 2d24d67499
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

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