Increase HISTSIZE and SAVEHIST by a factor of 10

This commit is contained in:
HaraldNordgren 2016-12-07 14:19:33 +01:00
commit fb5bb8fd4d

View file

@ -3,8 +3,8 @@ if [ -z "$HISTFILE" ]; then
HISTFILE=$HOME/.zsh_history
fi
HISTSIZE=10000
SAVEHIST=10000
HISTSIZE=100000
SAVEHIST=100000
# Show history
case $HIST_STAMPS in