From e88fbbc718fe39713f8874637a38bc5e69058ca1 Mon Sep 17 00:00:00 2001 From: finga Date: Wed, 19 Apr 2023 15:17:16 +0200 Subject: [PATCH] Configure live saving and loading of history --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 6a2e1a0..9486e0d 100644 --- a/.zshrc +++ b/.zshrc @@ -9,7 +9,7 @@ compinit HISTFILE=~/.zsh_history HISTSIZE=5000000 SAVEHIST=5000000 -setopt appendhistory beep nomatch notify autocd histignoredups correct autopushd pushdsilent pushdtohome pushdignoredups pushdminus +setopt incappendhistory sharehistory beep nomatch notify autocd histignoredups correct autopushd pushdsilent pushdtohome pushdignoredups pushdminus # emacs keybindings bindkey -e