mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
fix: remove backspace characters in themes
This commit is contained in:
parent
11b829bedb
commit
71983dfd78
|
@ -205,9 +205,9 @@
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"style": "diamond",
|
"style": "diamond",
|
||||||
"background": "#d3d7cf",
|
"background": "#d3d7cf",
|
||||||
"trailing_diamond": "\b╰─",
|
"trailing_diamond": "╰─",
|
||||||
"properties": {
|
"properties": {
|
||||||
"text": "\b"
|
"text": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
"style": "plain",
|
"style": "plain",
|
||||||
"foreground": "red",
|
"foreground": "red",
|
||||||
"properties": {
|
"properties": {
|
||||||
"root_icon": "\b\b\b%"
|
"root_icon": "%"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue