diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-11-07 20:43:12 +0000 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-11-07 20:43:12 +0000 |
commit | be428558d710006eaefb36f09ad18e23299574cd (patch) | |
tree | da6c7bc9abb37c99294742bff577e6762b4dfcf6 /nix-conf | |
parent | c18d478fac67e02cce5fbbfe5da9fae8d8534edc (diff) | |
download | dotfiles-be428558d710006eaefb36f09ad18e23299574cd.tar.gz |
Move option to correct section
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 = '' |