zsh: add hist_ignore_space

This commit is contained in:
Eric Torres 2025-02-21 21:19:07 -08:00
parent 825a590cdf
commit 773372b9ca

View File

@ -4,6 +4,7 @@ setopt autocd
# history options
setopt append_history
setopt hist_ignore_all_dups
setopt hist_ignore_space
# command correction
setopt correctall