zsh: dont suggest . or _ at beginning of correction
This commit is contained in:
parent
a762da367b
commit
001c04d46e
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ setopt completeinword
|
||||||
# correction
|
# correction
|
||||||
setopt correct
|
setopt correct
|
||||||
setopt correctall
|
setopt correctall
|
||||||
|
CORRECT_IGNORE="[_|.]*"
|
||||||
|
|
||||||
# scripts
|
# scripts
|
||||||
unsetopt multios
|
unsetopt multios
|
||||||
|
|
Loading…
Add table
Reference in a new issue