zsh: add hist_ignore_space
This commit is contained in:
parent
825a590cdf
commit
773372b9ca
@ -4,6 +4,7 @@ setopt autocd
|
||||
# history options
|
||||
setopt append_history
|
||||
setopt hist_ignore_all_dups
|
||||
setopt hist_ignore_space
|
||||
|
||||
# command correction
|
||||
setopt correctall
|
||||
|
Loading…
x
Reference in New Issue
Block a user