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 +