From 221c6cd1283654ba77db052ee27aef613395321c Mon Sep 17 00:00:00 2001 From: Kaleb Elwert Date: Tue, 14 Nov 2017 00:34:19 -0800 Subject: [PATCH] Remove BRACE_CCL as default Fixes #1162 --- modules/environment/init.zsh | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/environment/init.zsh b/modules/environment/init.zsh index e77a107c..79e98a4a 100644 --- a/modules/environment/init.zsh +++ b/modules/environment/init.zsh @@ -32,7 +32,6 @@ fi # General # -setopt BRACE_CCL # Allow brace character class list expansion. setopt COMBINING_CHARS # Combine zero-length punctuation characters (accents) # with the base character. setopt RC_QUOTES # Allow 'Henry''s Garage' instead of 'Henry'\''s Garage'.