From ee16be67a5110387edb7aa498a99a49991ac8bdc Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sun, 10 Dec 2017 20:05:03 +1300 Subject: Increase history on shell --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zshrc') diff --git a/zshrc b/zshrc index 4d121c8..4f883fe 100644 --- a/zshrc +++ b/zshrc @@ -5,7 +5,7 @@ compinit HISTFILE=~/.zsh_history HISTSIZE=1000 -SAVEHIST=10000 +SAVEHIST=100000 # no beeping ಠ_ಠ unsetopt beep -- cgit v1.1