Fixed the ack alias.
This commit is contained in:
parent
f1be5d3ace
commit
97f6134cdd
@ -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'
|
||||
|
Reference in New Issue
Block a user