Switching the HISTSIZE to 32768

This commit is contained in:
Sébastien Larivière 2016-01-13 18:15:07 -05:00
commit f59703264c

View file

@ -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