From d1b8832b678bf0a6f98ae32b85307b211ec4c93c Mon Sep 17 00:00:00 2001 From: Aaron Johnon Date: Thu, 17 Nov 2022 15:10:31 -0600 Subject: [PATCH] Allow comments in interactive shell --- setopt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setopt b/setopt index 9021fe7..e5c9a5a 100644 --- a/setopt +++ b/setopt @@ -56,3 +56,6 @@ then zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' fi +#Allow comments on interactive shell +setopt interactivecomments +