From a1eaf765752ad34ed725dbbcf2eafc13f7c089fa Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Sat, 5 Aug 2023 16:17:28 -0400 Subject: [PATCH] increase histfile size --- dot_config/zsh/dot_zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_config/zsh/dot_zshrc b/dot_config/zsh/dot_zshrc index d743e4b..a26a809 100644 --- a/dot_config/zsh/dot_zshrc +++ b/dot_config/zsh/dot_zshrc @@ -5,8 +5,8 @@ # Lines configured by zsh-newuser-install export HISTFILE="$XDG_STATE_HOME"/zsh/history mkdir -p "$(dirname $HISTFILE)" -HISTSIZE=1000 -SAVEHIST=1000 +HISTSIZE=100000 +SAVEHIST=100000 setopt autocd unsetopt beep bindkey -v