mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-24 09:21:16 -03:00
Currently, `__fish_git_prompt_char_upstream_diverged` can only be set to a combination of `__fish_git_prompt_char_upstream_behind` and `__fish_git_prompt_char_upstream_ahead`s plain-text options. Adding a combination of the less-plain character options gives users more choice. Closes #11817