mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
theme(jandedobbeleer): fix space in executiontime segment
fix space issue with windows terminal
This commit is contained in:
parent
8702098032
commit
457cd35e64
|
@ -149,7 +149,8 @@
|
||||||
"trailing_diamond": "",
|
"trailing_diamond": "",
|
||||||
"properties": {
|
"properties": {
|
||||||
"always_enabled": true,
|
"always_enabled": true,
|
||||||
"prefix": "<transparent></> \ufa1e"
|
"prefix": "<transparent></> \ufa1e",
|
||||||
|
"postfix": "\u2800"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue