diff --git a/.zshrc b/.zshrc index b2876556..affe0eb9 100644 --- a/.zshrc +++ b/.zshrc @@ -46,8 +46,8 @@ source $ZSH/oh-my-zsh.sh # Customize to your needs... HISTFILE=~/.histfile -HISTSIZE=1000 -SAVEHIST=1000 +HISTSIZE=10240 +SAVEHIST=10240 setopt appendhistory autocd extendedglob nomatch notify unsetopt beep