diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-07-25 12:40:10 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-07-25 12:40:10 +0200 |
commit | ee8006c5199f651bc320e39ff8916d7d64592093 (patch) | |
tree | 0d58f5f879b2328c9005e015c95b4a6ee3e327bd /.config | |
parent | 0f7087132bf1647b819ee6e18a3276844d295cc9 (diff) |
zsh: increased history size
Diffstat (limited to '.config')
-rw-r--r-- | .config/zsh/.zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 5cc6cc0..a6b56af 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -1,6 +1,6 @@ HISTFILE=$ZDOTDIR/history -HISTSIZE=1000 -SAVEHIST=5000 +HISTSIZE=100000 +SAVEHIST=$HISTSIZE setopt hist_ignore_all_dups unsetopt beep |