From 9d03357d45a06e2f61ab1b4aa40a76a9c5546252 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Tue, 23 Apr 2024 09:37:43 -0500 Subject: [PATCH] put starship ssh symbol in better place. --- modules/home-manager/terminal/starship.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/home-manager/terminal/starship.nix b/modules/home-manager/terminal/starship.nix index b7ec3ad..5f8ec50 100644 --- a/modules/home-manager/terminal/starship.nix +++ b/modules/home-manager/terminal/starship.nix @@ -45,7 +45,8 @@ }; hostname = { ssh_only = false; - format = "[$ssh_symbol$hostname]($style)"; + ssh_symbol = "🌐"; + format = "[$hostname$ssh_symbol]($style)"; style = "bg:color_orange"; }; shell = {