mirror of
https://github.com/starship/starship.git
synced 2024-11-25 01:33:41 +01:00
docs(git_commit): format config docs
Signed-off-by: MahmoudESSE <mahmoudesse@dinopp.site>
This commit is contained in:
parent
cc3a93aece
commit
c383231ee7
@ -1841,9 +1841,9 @@ The `git_commit` module shows the current commit hash and also the tag (if any)
|
||||
| `style` | `'bold green'` | The style for the module. |
|
||||
| `only_detached` | `true` | Only show git commit hash when in detached `HEAD` state |
|
||||
| `tag_disabled` | `true` | Disables showing tag info in `git_commit` module. |
|
||||
| `hash_disabled` | `false` | Disables showing commit hash in `git_commit` module. |
|
||||
| `hash_disabled` | `false` | Disables showing commit hash 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