Enable hiding commands that start with a space in ZSH
This commit is contained in:
parent
921724c48f
commit
752a3152b4
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@
|
||||||
"alias hc=herbstclient\n"
|
"alias hc=herbstclient\n"
|
||||||
"setopt SHARE_HISTORY\n"
|
"setopt SHARE_HISTORY\n"
|
||||||
"setopt HIST_IGNORE_ALL_DUPS\n"
|
"setopt HIST_IGNORE_ALL_DUPS\n"
|
||||||
|
"setopt HIST_IGNORE_SPACE\n"
|
||||||
"setopt PROMPT_SUBST\n"
|
"setopt PROMPT_SUBST\n"
|
||||||
"zle -N x-copy-region-as-kill\n"
|
"zle -N x-copy-region-as-kill\n"
|
||||||
"zle -N x-kill-region\n"
|
"zle -N x-kill-region\n"
|
||||||
|
|
Loading…
Reference in a new issue