(starship) changed prompt for better font consistency

This commit is contained in:
scbj
2025-09-26 15:40:34 +02:00
parent b7920d8646
commit 1b20792877

View File

@@ -1,13 +1,13 @@
format = """ format = """
[╭─ ](bold fg:zx_white)[](bold fg:zx_light_magenta) \ [╭─ ](bold fg:zx_white)[{](bold fg:zx_light_magenta) \
$hostname$username \ $hostname$username \
[//](bold zx_magenta)\ [//](bold zx_magenta)\
$directory\ $directory\
[//](bold zx_cyan)\ [//](bold zx_cyan)\
$git_branch[-](zx_gray)$git_status\ $git_branch \
[//](bold zx_yellow)\ [//](bold zx_yellow) \
$jobs\ $git_status\
[ ](bold zx_light_yellow)\ [} ](bold zx_light_yellow)\
$fill$status\ $fill$status\
\n[╰─](bold) $python\ \n[╰─](bold) $python\
""" """
@@ -64,14 +64,15 @@ truncate_to_repo = false
disabled = false disabled = false
symbol = "" symbol = ""
style = "fg:zx_white" style = "fg:zx_white"
format = '[$symbol $branch ]($style)' format = '[ $symbol$branch]($style)'
truncation_length = 16 truncation_length = 15
truncation_symbol = ">" truncation_symbol = "_"
[git_status] [git_status]
disabled = false disabled = false
ignore_submodules = true
style = "fg:zx_white" style = "fg:zx_white"
format = '[ $all_status$ahead_behind ]($style)' format = '[$all_status$ahead_behind ]($style)'
conflicted = ' ' conflicted = ' '
ahead = ' ' ahead = ' '
behind = ' ' behind = ' '