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