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