From 20a8db806c34d33e47cc83aea158c9ea5fa5acb8 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Tue, 13 Mar 2018 11:26:25 -0700 Subject: [PATCH] Make HISTFILE zprezto compatible. --- dotfiles/zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index f575497..76bb467 100755 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -1,7 +1,7 @@ # For interactive shells -HISTFILE=~/.histfile -HISTSIZE=1000 -SAVEHIST=1000 +HISTFILE=~/.zhistory +HISTSIZE=10000 +SAVEHIST=10000 setopt appendhistory autocd autopushd extendedglob nohup nomatch histignorespace histlexwords histverify cbases unsetopt beep histbeep listbeep flowcontrol bindkey -e