From 0953fc198e1ba6935baf53038d971289b4f9b634 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Mon, 14 Oct 2019 13:53:24 +0000 Subject: system/zsh: save 1000 lines of history by default --- system/zsh/skel | 2 ++ 1 file changed, 2 insertions(+) (limited to 'system/zsh/skel') diff --git a/system/zsh/skel b/system/zsh/skel index e3ddddf99..92bd52b7b 100644 --- a/system/zsh/skel +++ b/system/zsh/skel @@ -1,4 +1,6 @@ # Lines configured by zsh-newuser-install HISTFILE=~/.histfile +HISTSIZE=1000 +SAVEHIST=1000 setopt appendhistory extendedglob # End of lines configured by zsh-newuser-install -- cgit v1.2.3-70-g09d2