(starship) changed prompt for better font consistency
This commit is contained in:
@@ -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 = ' '
|
||||||
|
|||||||
Reference in New Issue
Block a user