diff --git a/nix/nixos-modules/frontend/home.nix b/nix/nixos-modules/frontend/home.nix index 8c5bb02..068ca4a 100644 --- a/nix/nixos-modules/frontend/home.nix +++ b/nix/nixos-modules/frontend/home.nix @@ -91,6 +91,11 @@ in bash = { enable = true; enableCompletion = true; + historyControl = [ + "ignoredups" + "erasedups" + "ignorespace" + ]; }; bat = {