1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-21 11:01:31 +01:00

zsh: add SAVEHIST for unlimited history

This commit is contained in:
bretello 2023-09-14 22:46:32 +02:00
parent c5532fea31
commit 1dcdb77f97
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

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