mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-11-16 19:01:12 +00:00
Move INTERACTIVE_COMMENTS from editor to environment
This commit is contained in:
parent
0b62639ad5
commit
906ac99e20
@ -15,7 +15,6 @@ fi
|
|||||||
#
|
#
|
||||||
|
|
||||||
setopt BEEP # Beep on error in line editor.
|
setopt BEEP # Beep on error in line editor.
|
||||||
setopt INTERACTIVE_COMMENTS # Enable comments in interactive shell.
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Variables
|
# Variables
|
||||||
|
@ -32,10 +32,11 @@ fi
|
|||||||
# General
|
# General
|
||||||
#
|
#
|
||||||
|
|
||||||
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 INTERACTIVE_COMMENTS # Enable comments in interactive shell.
|
||||||
unsetopt MAIL_WARNING # Don't print a warning message if a mail file has been accessed.
|
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
|
# Jobs
|
||||||
|
Loading…
Reference in New Issue
Block a user