From e70ea7ec8c5cf35ea0126e6910e058e952f3b126 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 19 Jan 2024 20:26:24 +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 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; };