Make search for ack-grep quiet and use result.

This commit is contained in:
hjp 2011-02-06 10:35:29 +00:00
parent 2d24d67499
commit 588d82f009
1 changed files with 2 additions and 2 deletions

4
.zshrc
View File

@ -24,9 +24,9 @@ fi
alias la='ls -alsF' alias la='ls -alsF'
alias cup='cvs -q update -d -P' alias cup='cvs -q update -d -P'
alias digs='dig +nocomments +nostats +nocmd' alias digs='dig +nocomments +nostats +nocmd'
if whence ack-grep if ack=`whence ack-grep`
then then
alias ack='ack-grep' alias ack=$ack
fi fi
namedir(){ namedir(){