From 0ecdbe9f68497c3edccfe21dbf38c90fba4337ca Mon Sep 17 00:00:00 2001 From: Ben Kreeger Date: Tue, 24 Jun 2025 12:34:33 -0500 Subject: [PATCH] Switch icon for hostname on starship --- starship/starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starship/starship.toml b/starship/starship.toml index f2969f9..7a72626 100644 --- a/starship/starship.toml +++ b/starship/starship.toml @@ -46,7 +46,7 @@ format = '[([$all_status$ahead_behind]($style) )](bg:mantle)' ssh_only = false style = "base bg:yellow" format = """ -[  $hostname]($style)\ +[  $hostname]($style)\ [\uE0B4](yellow bg:surface0)\ """