|
|
@ -10,8 +10,9 @@ autoload -Uz url-quote-magic
|
|
|
|
zle -N self-insert url-quote-magic
|
|
|
|
zle -N self-insert url-quote-magic
|
|
|
|
|
|
|
|
|
|
|
|
# General
|
|
|
|
# General
|
|
|
|
|
|
|
|
setopt BRACE_CCL # Allow brace character class list expansion.
|
|
|
|
setopt RC_QUOTES # Allow 'Henry''s Garage' instead of 'Henry'\''s Garage'.
|
|
|
|
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
|
|
|
|
# Jobs
|
|
|
|
setopt LONG_LIST_JOBS # List jobs in the long format by default.
|
|
|
|
setopt LONG_LIST_JOBS # List jobs in the long format by default.
|
|
|
|