This is all a bit of a mystery to me, tbh. It basically seems to work

well enough so far.
This commit is contained in:
Steven Lu 2013-07-12 23:06:25 -04:00
commit be527c83d0

View file

@ -4,6 +4,8 @@ if [ -z $HISTFILE ]; then
fi
HISTSIZE=200000
SAVEHIST=2000000
INC_APPEND_HISTORY=1
HIST_IGNORE_DUPS=1
setopt append_history
setopt extended_history