From 91feee358c09d25d6c616117f92d6ea9a50013b9 Mon Sep 17 00:00:00 2001 From: Sebastian Bugge Date: Wed, 21 Jun 2023 21:05:41 +0200 Subject: [PATCH] fix hostname detecton --- .config/starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/starship.toml b/.config/starship.toml index 81ce388..b5791d0 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -145,5 +145,5 @@ show_always = true [hostname] ssh_only = false format = '[$ssh_symbol](bold blue) on [$hostname](bold yellow) ' -trim_at = '.companyname.com' +trim_at = '.' disabled = false