From 1b20792877c2413f105051284dd5cd956c07a436 Mon Sep 17 00:00:00 2001 From: scbj Date: Fri, 26 Sep 2025 15:40:34 +0200 Subject: [PATCH] (starship) changed prompt for better font consistency --- starship/.config/starship.toml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index 235e425..d9372de 100755 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -1,13 +1,13 @@ format = """ -[╭─ ](bold fg:zx_white)[⟨](bold fg:zx_light_magenta) \ +[╭─ ](bold fg:zx_white)[{](bold fg:zx_light_magenta) \ $hostname$username \ [//](bold zx_magenta)\ $directory\ [//](bold zx_cyan)\ -$git_branch[-](zx_gray)$git_status\ -[//](bold zx_yellow)\ -$jobs\ -[⟩ ](bold zx_light_yellow)\ +$git_branch \ +[//](bold zx_yellow) \ +$git_status\ +[} ](bold zx_light_yellow)\ $fill$status\ \n[╰─](bold) $python\ """ @@ -64,14 +64,15 @@ truncate_to_repo = false disabled = false symbol = "" style = "fg:zx_white" -format = '[$symbol $branch ]($style)' -truncation_length = 16 -truncation_symbol = ">" +format = '[ $symbol$branch]($style)' +truncation_length = 15 +truncation_symbol = "_" [git_status] disabled = false +ignore_submodules = true style = "fg:zx_white" -format = '[ $all_status$ahead_behind ]($style)' +format = '[$all_status$ahead_behind ]($style)' conflicted = ' ' ahead = ' ' behind = ' '