From c699e38c4c1113614ab7314f515ffdfece40446b Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 19 Jan 2024 13:19:21 +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 0f5577a9..6722a145 100644 --- a/home-manager/common/software/cli/bash.d/starship-theme.nix +++ b/home-manager/common/software/cli/bash.d/starship-theme.nix @@ -51,7 +51,7 @@ in hostname = { ssh_only = true; style_user = "fg:${blackColor} bg:${orangeColor}"; - format = "$[$hostname]($style)"; + format = "@[$hostname]($style)"; disabled = false; };