diff --git a/roles/fish/files/starship.toml b/roles/fish/files/starship.toml index 4e2c5be..f844f65 100644 --- a/roles/fish/files/starship.toml +++ b/roles/fish/files/starship.toml @@ -13,8 +13,8 @@ symbol = "" style = "#808080" [git_status] -style = "red" show_sync_count = true -ahead = "⇡${count} " +format = "[$all_status $ahead_behind ](red)" +ahead = "⇡${count}" diverged = "⇕⇡${ahead_count}⇣${behind_count} " -behind = "⇣${count} " +behind = "⇣${count}"