diff options
Diffstat (limited to 'nix-conf')
-rw-r--r-- | nix-conf/home/includes/zsh.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-conf/home/includes/zsh.nix b/nix-conf/home/includes/zsh.nix index 76b4eb0..4cbb7ed 100644 --- a/nix-conf/home/includes/zsh.nix +++ b/nix-conf/home/includes/zsh.nix @@ -29,10 +29,10 @@ enableCompletion = true; enableAutosuggestions = true; defaultKeymap = "emacs"; - expireDuplicatesFirst = true; history = { size = 100000; save = 100000; + expireDuplicatesFirst = true; }; envExtra = '' |