Ignore commands that start with a space.
This is useful when you want to use a dangerous command, as it won't be available with history searching.
This commit is contained in:
parent
4a4262343f
commit
f87db739c0
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ setopt hist_verify
|
||||||
setopt inc_append_history
|
setopt inc_append_history
|
||||||
setopt extended_history
|
setopt extended_history
|
||||||
setopt hist_expire_dups_first
|
setopt hist_expire_dups_first
|
||||||
|
setopt hist_ignore_space
|
||||||
|
|
||||||
setopt SHARE_HISTORY
|
setopt SHARE_HISTORY
|
||||||
setopt APPEND_HISTORY
|
setopt APPEND_HISTORY
|
||||||
|
|
Loading…
Reference in a new issue