Increase zsh history size

This commit is contained in:
Andreas Tsouchlos 2024-05-04 20:30:34 +02:00
parent a49d728b4b
commit d6bc329c85

View File

@ -1,7 +1,8 @@
# Lines configured by zsh-newuser-install # Lines configured by zsh-newuser-install
HISTFILE=~/.histfile HISTFILE=~/.histfile
HISTSIZE=1000 HISTSIZE=5000
SAVEHIST=1000 SAVEHIST=5000
setopt hist_ignore_all_dups
setopt extendedglob setopt extendedglob
unsetopt beep unsetopt beep
bindkey -v bindkey -v