Unset NOMATCH, fixing globbing annoyances

May make things worse
This commit is contained in:
Adam Goldsmith 2017-09-02 14:13:24 -04:00
parent 1c56ebf170
commit bfdd3156b6
1 changed files with 1 additions and 0 deletions

1
.zshrc
View File

@ -33,6 +33,7 @@ source $HOME/.aliases/general
# Various Options
setopt EXTENDED_GLOB
unsetopt NOMATCH
setopt CORRECT
CORRECT_IGNORE="_*"
zhighlighters=(main brackets)