From 1dcdb77f97ba6e0e174b0ef8192b78524fd38bfb Mon Sep 17 00:00:00 2001 From: bretello Date: Thu, 14 Sep 2023 22:46:32 +0200 Subject: [PATCH] zsh: add SAVEHIST for unlimited history --- brethil_dotfile.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/brethil_dotfile.sh b/brethil_dotfile.sh index a59b8fb..fb7e257 100755 --- a/brethil_dotfile.sh +++ b/brethil_dotfile.sh @@ -73,6 +73,7 @@ if ! grep -q "set editing-mode vi" $HOME/.inputrc &> /dev/null; then fi export HISTSIZE=10000000 +export SAVEHIST=10000000 # zsh-autosuggestions config