From ef74b0e6608ed4dd417286f9f97c7992d629e332 Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Sun, 25 Aug 2024 15:44:41 +0200 Subject: [PATCH] Enable interactive comments on zsh --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 1e67066..52b4bd0 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -5,6 +5,7 @@ SAVEHIST=5000 setopt hist_ignore_all_dups setopt extendedglob unsetopt beep +setopt interactivecomments bindkey -v # End of lines configured by zsh-newuser-install # The following lines were added by compinstall