From 85a361b1112abcf249c816fa78443352dd59af10 Mon Sep 17 00:00:00 2001 From: scbj Date: Mon, 14 Oct 2024 16:37:09 +0200 Subject: [PATCH] . --- starship/.config/starship.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index 73bd3b8..d2dd67c 100755 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -48,7 +48,7 @@ format = '[ $user ]($style)' disabled = false style = "fg:zx_white" format = "[ $path ]($style)" -truncation_length = 6 +truncation_length = 4 truncation_symbol = "../" truncate_to_repo = false @@ -95,9 +95,9 @@ use_12hr = false [status] disabled = false style = "fg:zx_white" -format = ' [\[](bold fg:zx_dark_cyan)[$symbol]($style)[\]](bold zx_dark_cyan)' -symbol = '[err](bold)' -success_symbol = '[ok](bold)' +format = ' $symbol' +symbol = '[\[](bold fg:zx_pastel_yellow)[err](bold)[\]](bold fg:zx_pastel_yellow)' +success_symbol = '[\[](bold fg:zx_dark_cyan)[ok](bold)[\]](bold fg:zx_dark_cyan)' [fill] disabled = false