Update ack for newer packages.

This commit is contained in:
David Tomaschik
2016-12-26 21:11:05 -08:00
parent 9203299eb2
commit 59cb3a01fb
2 changed files with 5 additions and 3 deletions

View File

@@ -55,5 +55,10 @@ if [[ $- == *i* ]] ; then
for file in $HOME/.zshrc.d/* ; do source "$file" ; done
fi
# In case ack is named ack-grep
if [ -x /usr/bin/ack-grep ] ; then
alias ack='/usr/bin/ack-grep'
fi
# Load any local settings
if [ -e $HOME/.zshrc.local ] ; then source $HOME/.zshrc.local ; fi