summaryrefslogtreecommitdiff
path: root/custom/overlay/root/.zshrc
diff options
context:
space:
mode:
authoruvok cheetah2024-09-13 17:55:10 +0200
committeruvok cheetah2024-09-13 17:55:10 +0200
commit1817b8f95c419bc595e3e011bb5ab3233e1f4e58 (patch)
tree4c06b8675e6f96e075321efd193e138e02f6d6f2 /custom/overlay/root/.zshrc
parentc5fd8293521b313d2a0dd99da0337e7cac85cb0b (diff)
root zsh: save hist
Diffstat (limited to 'custom/overlay/root/.zshrc')
-rw-r--r--custom/overlay/root/.zshrc5
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