From edde42ce716c277f39973c9b186d9757bfeb3ddf Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 19 Jan 2024 14:05:36 +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 0d0c370a..fc0878f2 100644 --- a/home-manager/common/software/cli/bash.d/starship-theme.nix +++ b/home-manager/common/software/cli/bash.d/starship-theme.nix @@ -104,7 +104,7 @@ in disabled = false; time_format = "%R"; # Hour:Minute Format style = "fg:${blackColor} bg:${whiteColor}"; - format = "[󰥔 $time]($style)"; + format = "[󰥔$time]($style)"; }; }; } \ No newline at end of file