From c4e1e97af34e3e6e778fc5f3a30f0f8372b65fdb Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Sat, 2 Dec 2023 17:31:36 +0100 Subject: [PATCH] zsh hist ignore space --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 9a3569c..24f3aa9 100644 --- a/.zshrc +++ b/.zshrc @@ -53,6 +53,7 @@ function condac() { ### ---- zsh options ------------------------------------- setopt autocd setopt HIST_FIND_NO_DUPS +setopt HIST_IGNORE_SPACE setopt HIST_IGNORE_ALL_DUPS setopt appendhistory setopt INC_APPEND_HISTORY