From 8c5b10f6526361acdc4af2d68190ddc8972b728b Mon Sep 17 00:00:00 2001 From: Maxim Baz Date: Thu, 25 Jan 2018 20:59:21 +0100 Subject: [PATCH] Set INTERACTIVE_COMMENTS by default This allows using # to comment lines in the interactive shell --- modules/editor/init.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/editor/init.zsh b/modules/editor/init.zsh index ed57a10..50c8728 100644 --- a/modules/editor/init.zsh +++ b/modules/editor/init.zsh @@ -14,8 +14,8 @@ fi # Options # -# Beep on error in line editor. -setopt BEEP +setopt BEEP # Beep on error in line editor. +setopt INTERACTIVE_COMMENTS # Enable comments in interactive shell. # # Variables