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",
|
||||
"style": "diamond",
|
||||
"background": "#d3d7cf",
|
||||
"trailing_diamond": "\b╰─",
|
||||
"trailing_diamond": "╰─",
|
||||
"properties": {
|
||||
"text": "\b"
|
||||
"text": ""
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
"style": "plain",
|
||||
"foreground": "red",
|
||||
"properties": {
|
||||
"root_icon": "\b\b\b%"
|
||||
"root_icon": "%"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue