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