diff options
Diffstat (limited to 'user/settings')
-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; }; |