From: Maximilian Friedersdorff Date: Fri, 20 Mar 2020 10:01:50 +0000 (+0000) Subject: Bump the size of the zsh history file X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=5f59281a44b17f4bf9e7e0105954e25b445d8e8a;p=max%2Fsaltfiles.git Bump the size of the zsh history file --- diff --git a/states/zsh/files/zshrc b/states/zsh/files/zshrc index 04852ce..77dec34 100644 --- a/states/zsh/files/zshrc +++ b/states/zsh/files/zshrc @@ -21,8 +21,8 @@ compinit # End of lines added by compinstall # Lines configured by zsh-newuser-install HISTFILE=~/.histfile -HISTSIZE=20000 -SAVEHIST=20000 +HISTSIZE=100000 +SAVEHIST=100000 setopt appendhistory autocd extendedglob nomatch unsetopt beep notify bindkey -v