Skip to content

Commit

Permalink
Move INTERACTIVE_COMMENTS from editor to environment
Browse files Browse the repository at this point in the history
  • Loading branch information
belak committed Jan 25, 2018
1 parent 0b62639 commit 906ac99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion modules/editor/init.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ fi
#

setopt BEEP # Beep on error in line editor.
setopt INTERACTIVE_COMMENTS # Enable comments in interactive shell.

#
# Variables
Expand Down
9 changes: 5 additions & 4 deletions modules/environment/init.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 906ac99

Please sign in to comment.