summaryrefslogtreecommitdiff
path: root/.config/zsh/.zshrc
diff options
context:
space:
mode:
authorAdam <56338480+adastx@users.noreply.github.com>2022-07-25 12:40:10 +0200
committerAdam <56338480+adastx@users.noreply.github.com>2022-07-25 12:40:10 +0200
commitee8006c5199f651bc320e39ff8916d7d64592093 (patch)
tree0d58f5f879b2328c9005e015c95b4a6ee3e327bd /.config/zsh/.zshrc
parent0f7087132bf1647b819ee6e18a3276844d295cc9 (diff)
zsh: increased history size
Diffstat (limited to '.config/zsh/.zshrc')
-rw-r--r--.config/zsh/.zshrc4
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