Browse Source

Remove BRACE_CCL as default

Fixes #1162
master
Kaleb Elwert 7 years ago
parent
commit
ff8249abd0
  1. 1
      modules/environment/init.zsh

1
modules/environment/init.zsh

@ -32,7 +32,6 @@ fi @@ -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'.

Loading…
Cancel
Save