summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2022-09-13 11:42:23 +0200
committerTobias Klauser <tklauser@distanz.ch>2022-09-13 11:42:23 +0200
commit30159235c48cd31eca4bc1bdb79b08a9d76d1d7c (patch)
tree939996337ad7d5547eaeebaed14e4c8f85b5d4e5
parentcdd95a91f534d402f55f35ef75ec3dd6aa5b3686 (diff)
zshrc: increase HISTSIZE
-rw-r--r--.zsh/zshrc/40_history2
1 files changed, 1 insertions, 1 deletions
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)