From 4869676ed70d5ec1733a0598c0f8c62f5c302202 Mon Sep 17 00:00:00 2001 From: Olliver Schinagl Date: Wed, 13 Apr 2016 09:31:05 +0200 Subject: zsh: Increase history size 1000 -> 5000 --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index a597a98..5193e9f 100644 --- a/.zshrc +++ b/.zshrc @@ -1,7 +1,7 @@ # Lines configured by zsh-newuser-install HISTFILE=~/.zsh_history -HISTSIZE=1000 -SAVEHIST=1000 +HISTSIZE=5000 +SAVEHIST=5000 # End of lines configured by zsh-newuser-install # The following lines were added by compinstall zstyle :compinstall filename '/home/oliver/.zshrc' -- cgit v0.12