From 7bee6ebce5d1457dd36ec9644b9f558ca59cda68 Mon Sep 17 00:00:00 2001 From: pagedmov Date: Fri, 1 Nov 2024 04:41:43 -0400 Subject: [PATCH] hostname now shows when logged in via ssh --- 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 5cb1ca3..6c51cd4 100644 --- a/modules/home/environment/starship.nix +++ b/modules/home/environment/starship.nix @@ -11,7 +11,7 @@ right_format = "($custom)"; format = lib.concatStrings [ - "($username)(bold white)($cmd_duration)($character)" + "($username)($ssh_symbol)($hostname)(bold white)($cmd_duration)($character)" "($git_branch)($git_status)($rust)($nix-shell)" "($directory)" "$line_break[ > ](bold #89b4fa)"