Alias ack to ack-grep.

This commit is contained in:
David Tomaschik
2014-09-23 20:38:00 -07:00
parent 89bdedbf4f
commit e6a7cd9b9f

View File

@@ -24,3 +24,6 @@ alias objdump="command objdump -M intel"
# Color support in less
alias less="command less -R"
# ACK
alias ack="ack-grep"