Fixed the ack alias.

This commit is contained in:
Sorin Ionescu 2011-12-28 11:14:29 -05:00
parent f1be5d3ace
commit 97f6134cdd

View file

@ -114,7 +114,7 @@ if zstyle -t ':omz:alias:diff' color; then
fi
# Miscellaneous
(( $+commands[ack] )) && alias afind='ack -il'
(( $+commands[ack] )) && alias afind='nocorrect ack'
(( $+commands[ebuild] )) && alias ebuild='nocorrect ebuild'
(( $+commands[gist] )) && alias gist='nocorrect gist'
(( $+commands[heroku] )) && alias heroku='nocorrect heroku'