Browse Source

Set INTERACTIVE_COMMENTS by default

This allows using # to comment lines in the interactive shell
master
Maxim Baz 7 years ago committed by Kaleb Elwert
parent
commit
8c5b10f652
  1. 4
      modules/editor/init.zsh

4
modules/editor/init.zsh

@ -14,8 +14,8 @@ fi
# Options # Options
# #
# Beep on error in line editor. setopt BEEP # Beep on error in line editor.
setopt BEEP setopt INTERACTIVE_COMMENTS # Enable comments in interactive shell.
# #
# Variables # Variables

Loading…
Cancel
Save