From 8079bb25a3ceb56af701b492566194c586f5d053 Mon Sep 17 00:00:00 2001 From: Himbeer Date: Wed, 8 May 2024 10:32:15 +0200 Subject: zsh: inc_append_history => share_history --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 599e12d..e97ce79 100644 --- a/zshrc +++ b/zshrc @@ -39,7 +39,7 @@ promptinit setopt autocd setopt appendhistory -setopt inc_append_history +setopt share_history eval $(dircolors -b) -- cgit v1.2.3