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