1
0
mirror of https://github.com/akelge/zsh synced 2026-02-23 19:00:48 +00:00

setopt interactive_comments

This commit is contained in:
2026-02-17 16:06:41 +01:00
parent 8ba2523492
commit b86b14ea79

View File

@ -20,6 +20,9 @@ setopt NO_HIST_BEEP
setopt LIST_TYPES
setopt LONG_LIST_JOBS
# Comments in interactive shells
setopt INTERACTIVE_COMMENTS
#setopt no_CLOBBER
setopt no_BEEP
@ -35,4 +38,4 @@ setopt AUTO_MENU
setopt no_MENU_COMPLETE
setopt AUTO_LIST
# vim: set ts=4 sw=4 tw=0 ft=zsh :
# vim: set ts=4 sw=4 tw=0 ft=zsh :