]> arthur.barton.de Git - ax-zsh.git/blob - default_plugins/correction/correction.zshrc
Remove most "nocorrect" settings
[ax-zsh.git] / default_plugins / correction / correction.zshrc
1 # AX-ZSH: Alex' Modular ZSH Configuration
2 # correction.zshrc: Setup correction
3
4 setopt correct_all
5
6 # Ignore dot files, don't offer them as a correction.
7 CORRECT_IGNORE_FILE='.*'
8
9 SPROMPT="$ZSH_NAME: Correct \"$fg[yellow]%R$reset_color\" to \"$fg[green]%r$reset_color\" [$fg_bold[white]nyae$reset_color]? "
10
11 unset cmd