diff --git a/roles/fish/files/starship.toml b/roles/fish/files/starship.toml index a0a19ce..4e2c5be 100644 --- a/roles/fish/files/starship.toml +++ b/roles/fish/files/starship.toml @@ -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} "