From 032eb4872661cfd40cc8d867500f6cd2ac6a013b Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Fri, 2 Jan 2026 23:26:18 +0100 Subject: weitere Verbesserungen --- zsh/zshrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zsh/zshrc') diff --git a/zsh/zshrc b/zsh/zshrc index 7845c40..19b1cb7 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -4,6 +4,9 @@ setopt AUTO_PARAM_SLASH unsetopt CASE_GLOB setopt HIST_SAVE_NO_DUPS +setopt INC_APPEND_HISTORY +setopt SHARE_HISTORY +setopt HIST_IGNORE_ALL_DUPS [[ ! -r /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ]] || source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh [[ ! -r /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh ]] || source /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh -- cgit v1.3