aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schneider <qsx@chaotikum.eu>2026-07-27 19:33:38 +0200
committerThomas Schneider <qsx@chaotikum.eu>2026-07-27 20:02:47 +0200
commit0115a03fa1b3fc65de549003310bd771d1714450 (patch)
treeedd107a5a199fbb6e49eedd2cff877e04da8700d
parenta568203dfaa1232f19d793357390319bd13d7218 (diff)
zsh: Set SAVEHIST=100000
-rw-r--r--dot.zshrc.local2
1 files changed, 2 insertions, 0 deletions
diff --git a/dot.zshrc.local b/dot.zshrc.local
index 51a76ff..b1c0104 100644
--- a/dot.zshrc.local
+++ b/dot.zshrc.local
@@ -107,3 +107,5 @@ function fspass () {
function passta () {
PASSWORD_STORE_DIR=~/RWTH/AStA/pass pass $@
}
+
+SAVEHIST=100000