mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
allow #
comments in interactive shells
This commit is contained in:
parent
e9f1cfc121
commit
f250fffdea
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ setopt hist_ignore_space # don't push lines beginning with spaces
|
||||||
setopt hist_reduce_blanks # trim superfluous spaces
|
setopt hist_reduce_blanks # trim superfluous spaces
|
||||||
setopt hist_save_no_dups
|
setopt hist_save_no_dups
|
||||||
setopt hist_verify
|
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 ksh_typeset # treat `local x=$(cmd)` and `local x="$(cmd)"` the same
|
||||||
setopt menu_complete # autoselect the first completion entry
|
setopt menu_complete # autoselect the first completion entry
|
||||||
setopt no_beep # be quiet
|
setopt no_beep # be quiet
|
||||||
|
|
Loading…
Add table
Reference in a new issue