From 30159235c48cd31eca4bc1bdb79b08a9d76d1d7c Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Tue, 13 Sep 2022 11:42:23 +0200 Subject: zshrc: increase HISTSIZE --- .zsh/zshrc/40_history | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zsh/zshrc/40_history b/.zsh/zshrc/40_history index 7017189..0e5241e 100644 --- a/.zsh/zshrc/40_history +++ b/.zsh/zshrc/40_history @@ -8,7 +8,7 @@ # Source repository: git://git.distanz.ch/dotfiles/zsh.git HISTFILE=$HOME/.zsh_history -HISTSIZE=5000 +HISTSIZE=1000000 SAVEHIST=$HISTSIZE # append history list to the history file (think multiple zsh sessions) -- cgit v1.2.3-54-g00ecf