From 0db298fa850d0baa6111e3505b1d70b535914d9c Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Sun, 8 Oct 2023 21:10:16 +0200 Subject: [PATCH] zsh: enable INTERACTIVE_COMMENTS --- config/zsh/.zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/zsh/.zshrc b/config/zsh/.zshrc index 58c8ee2..a1b1910 100644 --- a/config/zsh/.zshrc +++ b/config/zsh/.zshrc @@ -16,3 +16,6 @@ unset filepath # Prevent ctrl-s from freezing the terminal. stty stop undef +# Allow comments in interactive use. +setopt INTERACTIVE_COMMENTS +