Browse Source

Fixed the ack alias.

master
Sorin Ionescu 13 years ago
parent
commit
97f6134cdd
  1. 2
      alias.zsh

2
alias.zsh

@ -114,7 +114,7 @@ if zstyle -t ':omz:alias:diff' color; then @@ -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…
Cancel
Save