mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
fix: correct ending for plague
This commit is contained in:
parent
960ad43683
commit
f62f6164ac
|
@ -74,17 +74,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "exit",
|
"type": "exit",
|
||||||
"style": "diamond",
|
"style": "plain",
|
||||||
"foreground": "#ffffff",
|
"foreground": "#ffffff",
|
||||||
"background": "#2e9599",
|
"background": "#2e9599",
|
||||||
"leading_diamond": "",
|
|
||||||
"trailing_diamond": "\uE0B4",
|
|
||||||
"properties": {
|
"properties": {
|
||||||
"display_exit_code": false,
|
"display_exit_code": false,
|
||||||
"always_enabled": true,
|
"always_enabled": true,
|
||||||
"error_color": "#f1184c",
|
"error_color": "#f1184c",
|
||||||
"color_background": true,
|
"color_background": true,
|
||||||
"prefix": "<transparent>\uE0B0</> \uE23A"
|
"prefix": "<transparent>\uE0B0</> \uE23A ",
|
||||||
|
"postfix": "<#2e9599,transparent>\uE0B4</>"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue