From 118ebc25853157203ea34a06add6850899509e1c Mon Sep 17 00:00:00 2001 From: Oshgnacknak Date: Tue, 13 Sep 2022 00:30:22 +0200 Subject: [PATCH] Larger history --- _zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_zshrc b/_zshrc index 9884429..4a35e45 100755 --- a/_zshrc +++ b/_zshrc @@ -14,7 +14,7 @@ compinit # Lines configured by zsh-newuser-install HISTFILE=~/.histfile HISTSIZE=1000 -SAVEHIST=1000 +SAVEHIST=100000 setopt appendhistory nomatch notify extendedglob bindkey -v # End of lines configured by zsh-newuser-install