Enable hiding commands that start with a space in ZSH

This commit is contained in:
Tom Willemse 2023-06-15 23:10:56 -07:00
parent 921724c48f
commit 752a3152b4

View file

@ -93,6 +93,7 @@
"alias hc=herbstclient\n"
"setopt SHARE_HISTORY\n"
"setopt HIST_IGNORE_ALL_DUPS\n"
"setopt HIST_IGNORE_SPACE\n"
"setopt PROMPT_SUBST\n"
"zle -N x-copy-region-as-kill\n"
"zle -N x-kill-region\n"