From 60d0beba74d2e8a13b2535af2bd34338f52af276 Mon Sep 17 00:00:00 2001 From: dwilliam62 Date: Sat, 10 Feb 2024 18:33:32 +0000 Subject: [PATCH] Update starship.toml the "trim_at" option was cutting off hostnames with "-" in them --- config/home/files/starship.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/home/files/starship.toml b/config/home/files/starship.toml index 1e48f88..87ae33b 100644 --- a/config/home/files/starship.toml +++ b/config/home/files/starship.toml @@ -12,7 +12,8 @@ disabled = false format = "[$hostname]($style) in " ssh_only = false style = "bold dimmed red" -trim_at = "-" +# If enabled hostnames with dashes will be cut off ## +#trim_at = "-" # Third param [directory]