diff --git a/roles/fish/files/starship.toml b/roles/fish/files/starship.toml index 887da82..355b96a 100644 --- a/roles/fish/files/starship.toml +++ b/roles/fish/files/starship.toml @@ -14,7 +14,7 @@ style = "#808080" [git_status] show_sync_count = true -format = "[$all_status $ahead_behind ](red)" -ahead = "⇡${count}" -diverged = "⇕⇡${ahead_count}⇣${behind_count}" -behind = "⇣${count}" +format = "[$ahead_behind$all_status ](red)" +ahead = "⇡${count} " +diverged = "⇕⇡${ahead_count}⇣${behind_count} " +behind = "⇣${count} "