From bfdd3156b6f769659fae4a002e1253cb537885bc Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sat, 2 Sep 2017 14:13:24 -0400 Subject: [PATCH] Unset NOMATCH, fixing globbing annoyances May make things worse --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index f1cc721..468cda0 100644 --- a/.zshrc +++ b/.zshrc @@ -33,6 +33,7 @@ source $HOME/.aliases/general # Various Options setopt EXTENDED_GLOB +unsetopt NOMATCH setopt CORRECT CORRECT_IGNORE="_*" zhighlighters=(main brackets)