From 4a221f8a82382f56411077e72b54c2a9d528f4c1 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Mon, 29 Apr 2019 15:57:56 -0700 Subject: [PATCH] Allow interactive comments in zsh --- zsh/.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 106e94d..fb86d1a 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -92,3 +92,5 @@ autoload -U select-word-style select-word-style bash which direnv > /dev/null && eval "$(direnv hook zsh)" || true + +setopt interactivecomments