1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-06-29 11:27:25 +00:00

Enable brace character class list expansion

This commit is contained in:
Sorin Ionescu 2012-03-17 11:10:17 -04:00
parent 34a5743789
commit f922b91417

View File

@ -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.