From 842e4c144cb283ec676c980996f8037e6c38018f Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 6 Feb 2024 13:47:16 +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 2810e8dc..dde91122 100644 --- a/home-manager/common/software/cli/bash.d/starship-theme.nix +++ b/home-manager/common/software/cli/bash.d/starship-theme.nix @@ -54,7 +54,7 @@ in nix_shell = { disabled = false; heuristic = true; - format = " [$symbol$state( \($name\))]($style) "; + format = " [$symbol$state(\($name\))]($style)"; style = "fg:${whiteColor} bg:${blueColor}"; };