1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-09-21 18:39:00 +00:00

docs: Add missing quotes in config docs

This commit is contained in:
Matan Kushner 2019-12-06 18:41:28 -05:00
parent 4e23a9a695
commit 5a3c9a756d
No known key found for this signature in database
GPG Key ID: 4B98C3A8949CA8A4

View File

@ -456,8 +456,8 @@ To enable it, set `disabled` to `false` in your configuration file.
| Variable | Default | Description |
| -------------------- | -------------- | ------------------------------------------------ |
| `commit_hash_length` | `7` | The length of the displayed git commit hash. |
| `prefix` | `(` | Prefix to display immediately before git commit. |
| `suffix` | `)` | Suffix to display immediately after git commit. |
| `prefix` | `"("` | Prefix to display immediately before git commit. |
| `suffix` | `")"` | Suffix to display immediately after git commit. |
| `style` | `"bold green"` | The style for the module. |
| `disabled` | `true` | Disables the `git_commit` module. |