From c793c24c6e5943459696261edb59511155a70aa8 Mon Sep 17 00:00:00 2001 From: Ben Cochez Date: Sun, 5 Jan 2025 13:34:33 +0100 Subject: [PATCH] fix zsh crash https://github.com/marlonrichert/zsh-autocomplete/issues/750 --- chezmoi/dot_config/zshrc/10-zsh.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/chezmoi/dot_config/zshrc/10-zsh.tmpl b/chezmoi/dot_config/zshrc/10-zsh.tmpl index e769089..72562ad 100644 --- a/chezmoi/dot_config/zshrc/10-zsh.tmpl +++ b/chezmoi/dot_config/zshrc/10-zsh.tmpl @@ -3,6 +3,7 @@ if [ -n "${GHOSTTY_RESOURCES_DIR}" ]; then fi setopt AUTOCD # .. +setopt interactive_comments # needed for zsh-autocomplete ### compedit autoload -U +X compinit && compinit