mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-31 22:56:48 +00:00
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'
|
||||
|
Loading…
Reference in New Issue
Block a user