about summary refs log tree commit diff stats
path: root/nix-conf
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-11-07 20:43:12 +0000
committerDavid Morgan <djm_uk@protonmail.com>2022-11-07 20:43:12 +0000
commitbe428558d710006eaefb36f09ad18e23299574cd (patch)
treeda6c7bc9abb37c99294742bff577e6762b4dfcf6 /nix-conf
parentc18d478fac67e02cce5fbbfe5da9fae8d8534edc (diff)
downloaddotfiles-be428558d710006eaefb36f09ad18e23299574cd.tar.gz
Move option to correct section
Diffstat (limited to 'nix-conf')
-rw-r--r--nix-conf/home/includes/zsh.nix2
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 = ''