From 1817b8f95c419bc595e3e011bb5ab3233e1f4e58 Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Fri, 13 Sep 2024 17:55:10 +0200 Subject: root zsh: save hist --- custom/overlay/root/.zshrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'custom') diff --git a/custom/overlay/root/.zshrc b/custom/overlay/root/.zshrc index 109fd9e..cbc05e4 100644 --- a/custom/overlay/root/.zshrc +++ b/custom/overlay/root/.zshrc @@ -9,3 +9,8 @@ setopt interactivecomments autoload -Uz promptinit promptinit prompt bart + +HISTFILE=~/.histfile +HISTSIZE=1000 +SAVEHIST=1000 +setopt appendhistory -- cgit v1.2.3