]> arthur.barton.de Git - ax-zsh.git/blob - plugins/correction/correction.zshrc
Initial commit
[ax-zsh.git] / plugins / correction / correction.zshrc
1 # AX-ZSH: Alex' Modular ZSH Configuration
2 # correction.zshrc: Setup correction
3
4 for cmd in \
5         brew \
6         ebuild \
7         gist \
8         man \
9         mkdir \
10         mv \
11         mysql \
12         sudo \
13 ; do
14         [[ -n $commands[$cmd] ]] \
15                 && alias $cmd="nocorrect $cmd"
16 done
17
18 setopt correct_all