diff --git a/modules/home-manager/profiles/dev.nix b/modules/home-manager/profiles/dev.nix index 149a293c..67f8fd04 100644 --- a/modules/home-manager/profiles/dev.nix +++ b/modules/home-manager/profiles/dev.nix @@ -114,18 +114,6 @@ in { }) (lib.mkIf cfg.shell.enable { - programs.bash = { - enable = true; - historyControl = [ "erasedups" "ignoredups" "ignorespace" ]; - historyIgnore = [ - "cd" - "exit" - "lf" - "ls" - "nvim" - ]; - }; - # Supercharging your shell history. Just don't forget to flush them out # before doing questionable things. programs.atuin = {