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..edb7626a 100644 --- a/home-manager/common/software/cli/bash.d/starship-theme.nix +++ b/home-manager/common/software/cli/bash.d/starship-theme.nix @@ -21,7 +21,7 @@ in "[](bg:${yellowColor} fg:${orangeColor})" "$directory" "[](fg:${yellowColor} bg:${blueColor})" - "$git_branch" + "$git_branch " "$git_status" "$rust" "$docker_context" @@ -76,7 +76,7 @@ in git_status = { style = "fg:${whiteColor} bg:${blueColor}"; - format = "[$all_status$ahead_behind ]($style)"; + format = " [$all_status$ahead_behind ]($style)"; }; status = {