summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJason-S-Ross <40727264+Jason-S-Ross@users.noreply.github.com>2021-05-08 12:01:00 -0700
committerGitHub <noreply@github.com>2021-05-08 21:01:00 +0200
commit3b37bcd063f3c1b0d80e46a41a6bc9e1e933d4f7 (patch)
treeaf6b85adf2cb1ea22636a2016de4f41a63d17e51 /docs
parent45bb13047d7a0b68a2ddb5776b9140270312b6a0 (diff)
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
Diffstat (limited to 'docs')
-rw-r--r--docs/config/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index cec7bcbda..1f30d1258 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -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