fixed search for ack-grep
This commit is contained in:
parent
9cdf04c07e
commit
2d24d67499
2
.zshrc
2
.zshrc
|
@ -24,7 +24,7 @@ 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 [ -x =ack-grep ]
|
if whence ack-grep
|
||||||
then
|
then
|
||||||
alias ack='ack-grep'
|
alias ack='ack-grep'
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue