From c4ce57e078b4e6e9f09f6fe9176f9a0f30f57dc8 Mon Sep 17 00:00:00 2001 From: sebastian Date: Mon, 9 Jun 2025 10:36:53 +0200 Subject: [PATCH] interactive comments in zshrc --- dot_zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dot_zshrc b/dot_zshrc index 566b885..ac6a721 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -24,7 +24,8 @@ HISTIGNORE="?:??:??:bash:zsh:clear:exit" PROMPT_COMMAND="history -a; history -n" - +# Use interactive Comments, so typing "#" in the prompt will be considered a comment +setopt interactivecomments # Use modern completion system autoload -Uz compinit