1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-26 06:08:35 +01:00

fixed starship config

This commit is contained in:
eoli3n 2020-09-30 10:56:45 +02:00
parent 9db69d8227
commit ed645f3125

@ -6,8 +6,7 @@ error_symbol = "[➜](red)"
style = "blue"
[cmd_duration]
style = "yellow"
prefix = ""
format = "[$duration](yellow)"
[git_branch]
symbol = ""
@ -15,5 +14,7 @@ style = "#808080"
[git_status]
style = "red"
prefix = ""
suffix = " "
show_sync_count = true
ahead = "⇡${count} "
diverged = "⇕⇡${ahead_count}⇣${behind_count} "
behind = "⇣${count} "