mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-24 21:57:41 +00:00
docs: Fix kubernetes style doc `dimmed' (#944)
Fix an incorrect key in the Kubernetes doc (key was incorrectly labeled as `dim` where it should be `dimmed`)
This commit is contained in:
parent
ddd8cfb388
commit
b529dcf9a0
@ -767,7 +767,7 @@ To enable it, set `disabled` to `false` in your configuration file.
|
|||||||
|
|
||||||
[kubernetes]
|
[kubernetes]
|
||||||
symbol = "⛵ "
|
symbol = "⛵ "
|
||||||
style = "dim green"
|
style = "dimmed green"
|
||||||
disabled = false
|
disabled = false
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user