From 2879dc3a68206fd992baed2357082c09d41f2b93 Mon Sep 17 00:00:00 2001 From: scbj Date: Thu, 3 Oct 2024 09:12:50 +0200 Subject: [PATCH] another starship change --- starship/.config/starship.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index d4b9ea5..efc7e3b 100755 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -51,7 +51,7 @@ disabled = false style = "fg:zx_white" format = "[ $path ]($style)" truncation_length = 6 -truncation_symbol = "" +truncation_symbol = "../" truncate_to_repo = false [git_branch] @@ -60,7 +60,7 @@ symbol = "" style = "fg:zx_white" format = '[ $symbol $branch ]($style)' truncation_length = 16 -truncation_symbol = '' +truncation_symbol = ">" [git_status] disabled = false @@ -108,7 +108,7 @@ style = 'bold zx_white' [shell] disabled = false -style = "bold fg:zx_white" +style = "fg:zx_white" format = '[\[](bold zx_gray)[$indicator]($style)[\]](bold zx_gray)' bash_indicator = "bash"