mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-27 11:59:40 -08:00
chore: add revert_icon to schema
This commit is contained in:
parent
5967371162
commit
6dbaa52481
|
@ -604,6 +604,12 @@
|
||||||
"description": "Icon/text to display before the context when doing a cherry-pick",
|
"description": "Icon/text to display before the context when doing a cherry-pick",
|
||||||
"default": "\uE29B"
|
"default": "\uE29B"
|
||||||
},
|
},
|
||||||
|
"revert_icon": {
|
||||||
|
"type": "string",
|
||||||
|
"title": "Revert Icon",
|
||||||
|
"description": "Icon/text to display before the context when doing a revert",
|
||||||
|
"default": "\uF0E2"
|
||||||
|
},
|
||||||
"merge_icon": {
|
"merge_icon": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "Merge Icon",
|
"title": "Merge Icon",
|
||||||
|
|
Loading…
Reference in a new issue