From f922b91417fe6e1eeb791b618956bb161f710c5a Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Sat, 17 Mar 2012 11:10:17 -0400 Subject: [PATCH] Enable brace character class list expansion --- environment.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/environment.zsh b/environment.zsh index caa97a3..641857c 100644 --- a/environment.zsh +++ b/environment.zsh @@ -10,8 +10,9 @@ autoload -Uz url-quote-magic zle -N self-insert url-quote-magic # General +setopt BRACE_CCL # Allow brace character class list expansion. setopt RC_QUOTES # Allow 'Henry''s Garage' instead of 'Henry'\''s Garage'. -unsetopt MAIL_WARNING # Don't print a warning message if a mail file has been accessed +unsetopt MAIL_WARNING # Don't print a warning message if a mail file has been accessed. # Jobs setopt LONG_LIST_JOBS # List jobs in the long format by default.