zsh: enable INTERACTIVE_COMMENTS
This commit is contained in:
parent
216804c368
commit
0db298fa85
1 changed files with 3 additions and 0 deletions
|
@ -16,3 +16,6 @@ unset filepath
|
||||||
# Prevent ctrl-s from freezing the terminal.
|
# Prevent ctrl-s from freezing the terminal.
|
||||||
stty stop undef
|
stty stop undef
|
||||||
|
|
||||||
|
# Allow comments in interactive use.
|
||||||
|
setopt INTERACTIVE_COMMENTS
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue