fix up people who get ack-grep instead of ack

This commit is contained in:
David Majnemer 2010-03-23 02:15:54 -04:00
parent b271d9229d
commit 089017cf53

View file

@ -89,6 +89,10 @@ if ( command -v gobjdump >/dev/null 2>&1 ) ; then
alias objdump=gobjdump
fi
if ( command -v ack-grep >/dev/null 2>&1 ) ; then
alias ack=ack-grep
fi
alias rm='rm -ir'
alias df='df -h'