From cdc63188a87f1cc4f2d7108a0ba4906908c509d6 Mon Sep 17 00:00:00 2001 From: scbj Date: Wed, 1 Oct 2025 16:19:16 +0200 Subject: [PATCH] (starship) blargh! --- starship/.config/starship.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index d9372de..9498017 100755 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -57,7 +57,7 @@ disabled = false style = "fg:zx_white" format = "[ $path ]($style)" truncation_length = 4 -truncation_symbol = "..." +truncation_symbol = "*" truncate_to_repo = false [git_branch] @@ -66,7 +66,7 @@ symbol = "" style = "fg:zx_white" format = '[ $symbol$branch]($style)' truncation_length = 15 -truncation_symbol = "_" +truncation_symbol = "*" [git_status] disabled = false