summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvin <vin@vineetk.net>2025-05-23 01:29:35 -0400
committervin <vin@vineetk.net>2025-05-23 01:29:35 -0400
commit1718f4f19bc947c3e1179a278e816310a3c8cec6 (patch)
treeda72208ff5170d5b684cc56cc0883e149d9d2adb
parentd3fbcbbaa49787df7d0a4e063dc2ad2e54008395 (diff)
demiurge, hastur: increase zsh histsize to 1000000
-rw-r--r--home.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home.nix b/home.nix
index c46cbf9..6497147 100644
--- a/home.nix
+++ b/home.nix
@@ -748,6 +748,7 @@ in
748 history = { 748 history = {
749 ignoreDups = true; 749 ignoreDups = true;
750 ignoreSpace = true; 750 ignoreSpace = true;
751 save = 1000000; # 10k is inconvenient
751 }; 752 };
752 initContent = '' 753 initContent = ''
753 # auto-correct commands 754 # auto-correct commands