From c861e8b96cfe7337f35abb12ef7d70c56721eb70 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Sat, 19 Jul 2025 13:12:44 -0300 Subject: [PATCH] Change zsh hist --- dot_config/zsh/dot_zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/zsh/dot_zshrc b/dot_config/zsh/dot_zshrc index af034c6..d4689d0 100644 --- a/dot_config/zsh/dot_zshrc +++ b/dot_config/zsh/dot_zshrc @@ -38,7 +38,7 @@ SAVEHIST=10000 setopt HIST_EXPIRE_DUPS_FIRST setopt HIST_IGNORE_DUPS setopt HIST_IGNORE_ALL_DUPS -setopt INC_APPEND_HISTORY_TIME +setopt SHARE_HISTORY # Helpful tool: https://zsh-prompt-generator.site/ # On github: https://github.com/k-yokoishi/zsh-prompt-generator