all repos — nixfiles @ df525ea98530de29e5f0f79acdb230dafcfaa451

System and user configuration, managed by nix and home-manager

zsh: save more history
Alan Pearce alan@alanpearce.eu
Thu, 23 Mar 2023 20:56:19 +0100
commit

df525ea98530de29e5f0f79acdb230dafcfaa451

parent

a2d2d2bb12dc5b7459df0fe6df6a3f3a11176e6e

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M user/settings/zsh.nixuser/settings/zsh.nix
@@ -52,8 +52,8 @@ history = {       expireDuplicatesFirst = true;
       extended = true;
       path = "$HOME/.local/share/zsh/history";
-      save = 20000;
-      size = 10000;
+      save = 200000;
+      size = 100000;
       share = false;
     };