From 6006d9966e2ef8a18e4855561e8c958be46a7c23 Mon Sep 17 00:00:00 2001 From: scbj Date: Thu, 30 Jan 2025 13:22:35 +0100 Subject: [PATCH] fixed starship hostname --- starship/.config/starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index b61dcf5..a429249 100755 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -46,7 +46,7 @@ format = '[$user]($style)' [hostname] disabled = false -ssh_only = false +ssh_only = true trim_at = '' ssh_symbol = '󱘖' style = "bold fg:zx_white"