mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-27 03:49:40 -08:00
parent
d0816773a5
commit
960ad43683
|
@ -4,13 +4,6 @@
|
||||||
{
|
{
|
||||||
"type": "prompt",
|
"type": "prompt",
|
||||||
"alignment": "left",
|
"alignment": "left",
|
||||||
"newline": true,
|
|
||||||
"segments": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "prompt",
|
|
||||||
"alignment": "left",
|
|
||||||
"newline": true,
|
|
||||||
"segments": [
|
"segments": [
|
||||||
{
|
{
|
||||||
"type": "os",
|
"type": "os",
|
||||||
|
@ -203,13 +196,12 @@
|
||||||
"segments": [
|
"segments": [
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"style": "diamond",
|
"style": "plain",
|
||||||
"background": "#d3d7cf",
|
"foreground": "#d3d7cf",
|
||||||
"leading_diamond": "╰─",
|
|
||||||
"properties": {
|
"properties": {
|
||||||
"prefix": "",
|
"prefix": "",
|
||||||
"postfix": "",
|
"postfix": "",
|
||||||
"text": ""
|
"text": "╰─"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue