Browse Source

Move INTERACTIVE_COMMENTS from editor to environment

master
Kaleb Elwert 7 years ago
parent
commit
0465db42a4
  1. 1
      modules/editor/init.zsh
  2. 1
      modules/environment/init.zsh

1
modules/editor/init.zsh

@ -15,7 +15,6 @@ fi @@ -15,7 +15,6 @@ fi
#
setopt BEEP # Beep on error in line editor.
setopt INTERACTIVE_COMMENTS # Enable comments in interactive shell.
#
# Variables

1
modules/environment/init.zsh

@ -34,6 +34,7 @@ fi @@ -34,6 +34,7 @@ fi
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.

Loading…
Cancel
Save