From 2c7687dfa14e04826910fa529ec4d019c021e268 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 19 Apr 2012 13:28:33 -0500 Subject: less annoying zsh history behavior --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zshrc') diff --git a/zshrc b/zshrc index 7f4c26b..19ce9bd 100644 --- a/zshrc +++ b/zshrc @@ -30,7 +30,7 @@ source ~/.zshinput # zsh configuration {{{ autoload -U colors colors -setopt sharehistory +setopt incappendhistory setopt extendedhistory setopt histignoredups setopt nobeep -- cgit v1.2.3-54-g00ecf