zsh: dont suggest . or _ at beginning of correction

This commit is contained in:
fanyx 2025-08-27 12:36:29 +02:00
parent a762da367b
commit 001c04d46e
No known key found for this signature in database

View file

@ -24,6 +24,7 @@ setopt completeinword
# correction
setopt correct
setopt correctall
CORRECT_IGNORE="[_|.]*"
# scripts
unsetopt multios