From bfb7559447ff4b31965e026a189580cf752f5f00 Mon Sep 17 00:00:00 2001 From: pagedmov Date: Tue, 26 Nov 2024 11:59:03 -0500 Subject: [PATCH] tweaked starship ssh style --- modules/home/environment/starship.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/environment/starship.nix b/modules/home/environment/starship.nix index cb282a2..f6228d7 100755 --- a/modules/home/environment/starship.nix +++ b/modules/home/environment/starship.nix @@ -61,7 +61,7 @@ hostname = { ssh_symbol = "🌐"; ssh_only = false; - format = "[@](bold blue)[$hostname](bold red)"; + format = "[@](bold blue)[$hostname](bold red) [via $ssh_symbol]"; }; nix_shell = {