From b86b14ea7904adbbd788c96a0ce6568f7e6384e1 Mon Sep 17 00:00:00 2001 From: Andrea Date: Tue, 17 Feb 2026 16:06:41 +0100 Subject: [PATCH] setopt interactive_comments --- zsh.d/00-options.zsh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zsh.d/00-options.zsh b/zsh.d/00-options.zsh index f807cd7..64ffdf2 100644 --- a/zsh.d/00-options.zsh +++ b/zsh.d/00-options.zsh @@ -20,6 +20,9 @@ setopt NO_HIST_BEEP setopt LIST_TYPES setopt LONG_LIST_JOBS +# Comments in interactive shells +setopt INTERACTIVE_COMMENTS + #setopt no_CLOBBER setopt no_BEEP @@ -35,4 +38,4 @@ setopt AUTO_MENU setopt no_MENU_COMPLETE setopt AUTO_LIST -# vim: set ts=4 sw=4 tw=0 ft=zsh : +# vim: set ts=4 sw=4 tw=0 ft=zsh :