change histsize

This commit is contained in:
Johannes Knopp
2026-07-05 20:10:05 +02:00
parent 3a1899cae1
commit 1b86de1ab1

View File

@ -1,6 +1,6 @@
HISTFILE="$HOME/.zsh_history"
HISTSIZE=50000
SAVEHOST=50000
HISTSIZE=10000
SAVEHOST=10000
setopt share_history # persist, and share live across open shells
# setopt inc_append_history # history of session appended to HISTFILE after session ends
setopt extended_history # record timestamps