1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-04 20:43:23 -07:00

allow # comments in interactive shells

This commit is contained in:
Connor Olding 2024-02-28 09:32:25 -08:00
parent e9f1cfc121
commit f250fffdea

View File

@ -26,6 +26,7 @@ setopt hist_ignore_space # don't push lines beginning with spaces
setopt hist_reduce_blanks # trim superfluous spaces
setopt hist_save_no_dups
setopt hist_verify
setopt interactive_comments # allow #-comments in interactive shells
setopt ksh_typeset # treat `local x=$(cmd)` and `local x="$(cmd)"` the same
setopt menu_complete # autoselect the first completion entry
setopt no_beep # be quiet