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