mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-05 21:07:52 +00:00
docs: update git_commit default format (#2898)
This commit is contained in:
parent
31932c2990
commit
cacb0a685f
@ -1189,7 +1189,7 @@ The `git_commit` module shows the current commit hash and also the tag (if any)
|
||||
| Option | Default | Description |
|
||||
| -------------------- | ---------------------------------------------- | ------------------------------------------------------- |
|
||||
| `commit_hash_length` | `7` | The length of the displayed git commit hash. |
|
||||
| `format` | `"[\\($hash\\)]($style) [\\($tag\\)]($style)"` | The format for the module. |
|
||||
| `format` | `"[\\($hash$tag\\)]($style) "` | The format for the module. |
|
||||
| `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. |
|
||||
|
Loading…
Reference in New Issue
Block a user