increase histfile size

This commit is contained in:
Joel Beckmeyer 2023-08-05 16:17:28 -04:00
parent a5c5a9315a
commit a1eaf76575
1 changed files with 2 additions and 2 deletions

View File

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