From 5f59281a44b17f4bf9e7e0105954e25b445d8e8a Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Fri, 20 Mar 2020 10:01:50 +0000 Subject: [PATCH] Bump the size of the zsh history file --- states/zsh/files/zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.44.0