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; };