From 1aeeb87367b430fbe386cba91bee094390ee87b3 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 19 Jan 2024 13:21:53 +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 135b9a40..4c01779c 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 = "fg:${blackColor} bg:${orangeColor}"; - format = "@[$hostname]($style)"; + format = "[@$hostname]($style)"; disabled = false; };