From 6f8a3a32abfd9479ea6900bdf0fecccb34795f68 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 6 Feb 2024 13:38:44 +0900 Subject: [PATCH] test --- home-manager/common/software/cli/bash.d/starship-theme.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = {