mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -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",
|
||||
"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": {
|
||||
"type": "string",
|
||||
"title": "Merge Icon",
|
||||
|
|
Loading…
Reference in a new issue