Fix prompt unelegant space

main
Yax 2 months ago
parent 522ad59bf6
commit df11c0d235

@ -38,7 +38,7 @@ style = "bright-black"
symbol = " " symbol = " "
[git_status] [git_status]
format = "[[(*$conflicted$untracked$modified$staged$renamed$deleted)](218) ($ahead_behind$stashed)]($style)" format = "[[(*$conflicted$untracked$modified$staged$renamed$deleted)](218) ($ahead_behind$stashed )]($style)"
style = "cyan" style = "cyan"
conflicted = "" conflicted = ""
untracked = "" untracked = ""
@ -47,9 +47,9 @@ staged = ""
renamed = "" renamed = ""
deleted = "" deleted = ""
stashed = "≡" stashed = "≡"
ahead = "⇡${count} " ahead = "⇡${count}"
diverged = "⇕⇡${ahead_count}⇣${behind_count} " diverged = "⇕⇡${ahead_count}⇣${behind_count}"
behind = "⇣${count} " behind = "⇣${count}"
[git_state] [git_state]
format = '\([$state( $progress_current/$progress_total)]($style)\) ' format = '\([$state( $progress_current/$progress_total)]($style)\) '

Loading…
Cancel
Save