diff --git a/lib/history.zsh b/lib/history.zsh index 5de71c2d3..6a75092b8 100644 --- a/lib/history.zsh +++ b/lib/history.zsh @@ -3,8 +3,8 @@ if [ -z "$HISTFILE" ]; then HISTFILE=$HOME/.zsh_history fi -HISTSIZE=10000 -SAVEHIST=10000 +HISTSIZE=32768 +SAVEHIST=32768 # Show history case $HIST_STAMPS in