From 5042dd248c322cee27bd4b9839ed364a699afab9 Mon Sep 17 00:00:00 2001 From: c0de Date: Wed, 17 Aug 2022 15:55:10 -0500 Subject: [PATCH] Save more history --- home/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/.zshrc b/home/.zshrc index 5504242..41290a7 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -5,9 +5,9 @@ source ~/.functions # History Settings export HISTIGNORE="&:ls:[bf]g:exit:reset:clear:cd:cd ..:cd..:replay" -export HISTSIZE=25000 +export HISTSIZE=2500000 export HISTFILE=~/.zsh_history -export SAVEHIST=10000 +export SAVEHIST=1000000 setopt INC_APPEND_HISTORY setopt HIST_IGNORE_ALL_DUPS setopt HIST_IGNORE_SPACE