zsh: add SAVEHIST for unlimited history

fix-ci
bretello 2023-09-14 22:46:32 +02:00
parent c5532fea31
commit 1dcdb77f97
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 1 additions and 0 deletions

View File

@ -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