mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
fix: double space at end of paradox
This commit is contained in:
parent
8155c4b232
commit
6ffb8b2d9d
|
@ -54,7 +54,7 @@
|
|||
"foreground": "#ffffff",
|
||||
"background": "#ff8080",
|
||||
"properties": {
|
||||
"prefix": "\uE20F"
|
||||
"prefix": " \uE20F"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -78,5 +78,5 @@
|
|||
]
|
||||
}
|
||||
],
|
||||
"final_space": true
|
||||
"final_space": false
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue