From 9689e1cbd8ebd78449953091f51cc3ef7f128c98 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 6 Feb 2024 13:48:35 +0900 Subject: [PATCH] test --- home-manager/common/software/cli/bash.d/starship-theme.nix | 3 ++- 1 file changed, 2 insertions(+), 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 dde91122..ba426c18 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,8 @@ in nix_shell = { disabled = false; heuristic = true; - format = " [$symbol$state(\($name\))]($style)"; + symbol = ""; + format = "[$symbol$state(\($name\))]($style)"; style = "fg:${whiteColor} bg:${blueColor}"; };