diff options
author | uvok cheetah | 2024-09-13 17:55:10 +0200 |
---|---|---|
committer | uvok cheetah | 2024-09-13 17:55:10 +0200 |
commit | 1817b8f95c419bc595e3e011bb5ab3233e1f4e58 (patch) | |
tree | 4c06b8675e6f96e075321efd193e138e02f6d6f2 /custom/overlay/root | |
parent | c5fd8293521b313d2a0dd99da0337e7cac85cb0b (diff) |
root zsh: save hist
Diffstat (limited to 'custom/overlay/root')
-rw-r--r-- | custom/overlay/root/.zshrc | 5 |
1 files changed, 5 insertions, 0 deletions
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 |