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