{
  config,
  pkgs,
  inputs,
  ...
}:
{
  programs.bash = {
    # blesh.enable = true;
    completion.enable = true;
    enableLsColors = true;
    undistractMe = {
      enable = true;
      playSound = true;
    };
  };
}