Fix prompt unelegant space
This commit is contained in:
parent
522ad59bf6
commit
df11c0d235
1 changed files with 4 additions and 4 deletions
|
@ -38,7 +38,7 @@ style = "bright-black"
|
|||
symbol = " "
|
||||
|
||||
[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"
|
||||
conflicted = ""
|
||||
untracked = ""
|
||||
|
@ -47,9 +47,9 @@ staged = ""
|
|||
renamed = ""
|
||||
deleted = ""
|
||||
stashed = "≡"
|
||||
ahead = "⇡${count} "
|
||||
diverged = "⇕⇡${ahead_count}⇣${behind_count} "
|
||||
behind = "⇣${count} "
|
||||
ahead = "⇡${count}"
|
||||
diverged = "⇕⇡${ahead_count}⇣${behind_count}"
|
||||
behind = "⇣${count}"
|
||||
|
||||
[git_state]
|
||||
format = '\([$state( $progress_current/$progress_total)]($style)\) '
|
||||
|
|
Loading…
Add table
Reference in a new issue