From c5a4212b443daac2c9dbaea37399cf0157d1393f Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 6 Feb 2024 13:28:33 +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 d09b878d..81746e0c 100644 --- a/home-manager/common/software/cli/bash.d/starship-theme.nix +++ b/home-manager/common/software/cli/bash.d/starship-theme.nix @@ -23,9 +23,10 @@ in "[](fg:${yellowColor} bg:${blueColor})" "$git_branch" "$git_status" - "[](fg:${blueColor} bg:${redColor})" "$rust" "$docker_context" + "$nix_shell" + "[](fg:${blueColor} bg:${redColor})" "$status" "[ ](fg:${redColor})" ];