From a33562545d1d665c21c87ff4c01fec1d00db86ba Mon Sep 17 00:00:00 2001 From: =?utf8?q?Hendrik=20J=C3=A4ger?= Date: Thu, 13 Jun 2024 10:11:39 +0200 Subject: [PATCH] allow comments in interactive mode --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index 1ea2da7..9d9ed49 100644 --- a/.zshrc +++ b/.zshrc @@ -93,6 +93,9 @@ setopt EXTENDED_HISTORY # write line to history file when finished, not when started, to have correct runtime setopt INC_APPEND_HISTORY_TIME +# Recognize comments on the command line +setopt INTERACTIVE_COMMENTS + # Error on a redirections which would overwrite an existing file setopt NO_CLOBBER setopt CORRECT -- 2.39.2