diff --git a/home-manager/common/software/cli/bash.d/starship-theme.nix b/home-manager/common/software/cli/bash.d/starship-theme.nix index bfc00ae0..d09b878d 100644 --- a/home-manager/common/software/cli/bash.d/starship-theme.nix +++ b/home-manager/common/software/cli/bash.d/starship-theme.nix @@ -76,7 +76,7 @@ in status = { style = "fg:${whiteColor} bg:${redColor}"; - format = "[$status]($style)"; + format = "[$status ]($style)"; disabled = false; };