From 773372b9ca29d9ce84d23c4ad72f6dc0acc862a7 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Fri, 21 Feb 2025 21:19:07 -0800 Subject: [PATCH] zsh: add hist_ignore_space --- zsh/.config/zsh/options.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.config/zsh/options.zsh b/zsh/.config/zsh/options.zsh index 659b21c..7c19442 100644 --- a/zsh/.config/zsh/options.zsh +++ b/zsh/.config/zsh/options.zsh @@ -4,6 +4,7 @@ setopt autocd # history options setopt append_history setopt hist_ignore_all_dups +setopt hist_ignore_space # command correction setopt correctall