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
|
||||
setopt correct
|
||||
setopt correctall
|
||||
CORRECT_IGNORE="[_|.]*"
|
||||
|
||||
# scripts
|
||||
unsetopt multios
|
||||
|
|
Loading…
Add table
Reference in a new issue