From be527c83d0b967501a44e3e4024161c57003e770 Mon Sep 17 00:00:00 2001 From: Steven Lu Date: Fri, 12 Jul 2013 23:06:25 -0400 Subject: [PATCH] This is all a bit of a mystery to me, tbh. It basically seems to work well enough so far. --- lib/history.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/history.zsh b/lib/history.zsh index 2bfed11d9..f41aeb553 100644 --- a/lib/history.zsh +++ b/lib/history.zsh @@ -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