|
|
|
@ -32,10 +32,11 @@ fi
|
|
|
|
|
# General
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
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'.
|
|
|
|
|
unsetopt MAIL_WARNING # Don't print a warning message if a mail file has been accessed.
|
|
|
|
|
setopt COMBINING_CHARS # Combine zero-length punctuation characters (accents)
|
|
|
|
|
# with the base character.
|
|
|
|
|
setopt INTERACTIVE_COMMENTS # Enable comments in interactive shell.
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# Jobs
|
|
|
|
|