fix(git_commit): leading space in git commit tag (#2697)

* Move git_commit tag leading space into config

Fixes #2692

* Update doc default commit tag
This commit is contained in:
Jason-S-Ross
2021-05-08 12:01:00 -07:00
committed by GitHub
parent 45bb13047d
commit 3b37bcd063
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1154,7 +1154,7 @@ 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. |
| `tag_symbol` | `"🏷 "` | Tag symbol prefixing the info shown |
| `tag_symbol` | `" 🏷 "` | Tag symbol prefixing the info shown |
| `disabled` | `false` | Disables the `git_commit` module. |
### Variables