diff --git a/modules/terminal-life/bash/default.nix b/modules/terminal-life/bash/default.nix index 65777a76..a46d616d 100644 --- a/modules/terminal-life/bash/default.nix +++ b/modules/terminal-life/bash/default.nix @@ -9,7 +9,8 @@ in { enable = true; - historyControl = ["ignorespace"]; + historyControl = ["ignoredups" "ignorespace"]; + historyFileSize = 300000; # Run when initializing a login shell profileExtra = if config.programs.sway.enable then ''