1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-26 14:13:53 +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" style = "blue"
[cmd_duration] [cmd_duration]
style = "yellow" format = "[$duration](yellow)"
prefix = ""
[git_branch] [git_branch]
symbol = "" symbol = ""
@ -15,5 +14,7 @@ style = "#808080"
[git_status] [git_status]
style = "red" style = "red"
prefix = "" show_sync_count = true
suffix = " " ahead = "⇡${count} "
diverged = "⇕⇡${ahead_count}⇣${behind_count} "
behind = "⇣${count} "