From 9d6a488b12c169b5a60b60bec6f14a0ea7285753 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 6 Feb 2024 13:56:04 +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 ba426c18..6c453435 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; - symbol = ""; + symbol = " "; format = "[$symbol$state(\($name\))]($style)"; style = "fg:${whiteColor} bg:${blueColor}"; };