zsh: enable INTERACTIVE_COMMENTS

This commit is contained in:
Fernando Schauenburg 2023-10-08 21:10:16 +02:00
parent 216804c368
commit 0db298fa85

View file

@ -16,3 +16,6 @@ unset filepath
# Prevent ctrl-s from freezing the terminal.
stty stop undef
# Allow comments in interactive use.
setopt INTERACTIVE_COMMENTS