summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2023-03-23 20:56:19 +0100
committerAlan Pearce2023-03-23 20:56:19 +0100
commitdf525ea98530de29e5f0f79acdb230dafcfaa451 (patch)
tree670e6342de3795c1a764296234878847684afea9 /user
parenta2d2d2bb12dc5b7459df0fe6df6a3f3a11176e6e (diff)
downloadnixfiles-df525ea98530de29e5f0f79acdb230dafcfaa451.tar.lz
nixfiles-df525ea98530de29e5f0f79acdb230dafcfaa451.tar.zst
nixfiles-df525ea98530de29e5f0f79acdb230dafcfaa451.zip
zsh: save more history
Diffstat (limited to 'user')
-rw-r--r--user/settings/zsh.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix
index 186aa3a5..9b8ab4d5 100644
--- a/user/settings/zsh.nix
+++ b/user/settings/zsh.nix
@@ -52,8 +52,8 @@ in
       expireDuplicatesFirst = true;
       extended = true;
       path = "$HOME/.local/share/zsh/history";
-      save = 20000;
-      size = 10000;
+      save = 200000;
+      size = 100000;
       share = false;
     };