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 6e41a986..afe88ea0 100644 --- a/home-manager/common/software/cli/bash.d/starship-theme.nix +++ b/home-manager/common/software/cli/bash.d/starship-theme.nix @@ -71,7 +71,7 @@ in git_branch = { symbol = ""; style = "fg:${whiteColor} bg:${blueColor}"; - format = "[ $symbol $branch]($style)"; + format = "[ $symbol $branch ]($style)"; }; git_status = {