diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2022-09-13 11:42:23 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2022-09-13 11:42:23 +0200 |
commit | 30159235c48cd31eca4bc1bdb79b08a9d76d1d7c (patch) | |
tree | 939996337ad7d5547eaeebaed14e4c8f85b5d4e5 /.zsh/zshrc/40_history | |
parent | cdd95a91f534d402f55f35ef75ec3dd6aa5b3686 (diff) |
zshrc: increase HISTSIZE
Diffstat (limited to '.zsh/zshrc/40_history')
-rw-r--r-- | .zsh/zshrc/40_history | 2 |
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) |