From b027b2bb0ae0158a6932a7da5dc53e336d612543 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Mon, 4 Feb 2013 11:00:19 +0200 Subject: [PATCH] zshrc: remove weird/broken history things --- zshrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/zshrc b/zshrc index a1577ec9..61bccdba 100644 --- a/zshrc +++ b/zshrc @@ -29,9 +29,6 @@ HISTCONTROL=ignoredups export HISTSIZE=9999999999 export HISTFILESIZE=99999999999 export HISTTIMEFORMAT='%F %T ' -HISTFILE=~/.history -export APPEND_HISTORY= -export SHARE_HISTORY= # Use modern completion system autoload -Uz compinit