diff options
author | Alan Pearce | 2023-03-23 20:56:19 +0100 |
---|---|---|
committer | Alan Pearce | 2023-03-23 20:56:19 +0100 |
commit | df525ea98530de29e5f0f79acdb230dafcfaa451 (patch) | |
tree | 670e6342de3795c1a764296234878847684afea9 /user | |
parent | a2d2d2bb12dc5b7459df0fe6df6a3f3a11176e6e (diff) | |
download | nixfiles-df525ea98530de29e5f0f79acdb230dafcfaa451.tar.lz nixfiles-df525ea98530de29e5f0f79acdb230dafcfaa451.tar.zst nixfiles-df525ea98530de29e5f0f79acdb230dafcfaa451.zip |
zsh: save more history
Diffstat (limited to 'user')
-rw-r--r-- | user/settings/zsh.nix | 4 |
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; }; |