1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-01 17:30:28 +00:00

Remove BRACE_CCL as default

Fixes #1162
This commit is contained in:
Kaleb Elwert 2017-11-14 00:34:19 -08:00
parent cbe4815189
commit 221c6cd128

View File

@ -32,7 +32,6 @@ fi
# General # General
# #
setopt BRACE_CCL # Allow brace character class list expansion.
setopt COMBINING_CHARS # Combine zero-length punctuation characters (accents) setopt COMBINING_CHARS # Combine zero-length punctuation characters (accents)
# with the base character. # with the base character.
setopt RC_QUOTES # Allow 'Henry''s Garage' instead of 'Henry'\''s Garage'. setopt RC_QUOTES # Allow 'Henry''s Garage' instead of 'Henry'\''s Garage'.