From d66c6b29f6b18003d82fe75385a2b05f43c5e59a Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 31 Mar 2009 15:43:46 +0200 Subject: changed 2 options --- .zsh/rc/50options | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.zsh') diff --git a/.zsh/rc/50options b/.zsh/rc/50options index 0b6d237..d822e39 100644 --- a/.zsh/rc/50options +++ b/.zsh/rc/50options @@ -37,10 +37,11 @@ setopt print_exit_value # work saved ;) setopt no_clobber -setopt APPEND_HISTORY +setopt INC_APPEND_HISTORY setopt SHARE_HISTORY setopt EXTENDED_HISTORY setopt HIST_REDUCE_BLANKS setopt HIST_IGNORE_SPACE setopt nohistverify setopt prompt_subst +setopt HIST_FCNTL_LOCK -- cgit v1.2.3-24-g4f1b