mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-12-04 19:03:38 +00:00
docs(git_commit): add extra trailing space to tag_symbol
(#6186)
docs(config): add extra trailing space to `tag_symbol` (Git Commit module)
This commit is contained in:
parent
0200d75b37
commit
58af64e582
@ -1842,7 +1842,7 @@ The `git_commit` module shows the current commit hash and also the tag (if any)
|
||||
| `only_detached` | `true` | Only show git commit hash when in detached `HEAD` state |
|
||||
| `tag_disabled` | `true` | Disables showing tag info in `git_commit` module. |
|
||||
| `tag_max_candidates` | `0` | How many commits to consider for tag display. The default only allows exact matches. |
|
||||
| `tag_symbol` | `' 🏷 '` | Tag symbol prefixing the info shown |
|
||||
| `tag_symbol` | `' 🏷 '` | Tag symbol prefixing the info shown |
|
||||
| `disabled` | `false` | Disables the `git_commit` module. |
|
||||
|
||||
### Variables
|
||||
|
Loading…
Reference in New Issue
Block a user