mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-13 12:17:26 -08:00
fix: correct ending for powerlevel10k_classic
This commit is contained in:
parent
66941ddb43
commit
73959b1dc0
|
@ -36,10 +36,9 @@
|
|||
},
|
||||
{
|
||||
"type": "git",
|
||||
"style": "diamond",
|
||||
"style": "plain",
|
||||
"foreground": "#D4E157",
|
||||
"background": "#546E7A",
|
||||
"trailing_diamond": "",
|
||||
"properties": {
|
||||
"branch_icon": "",
|
||||
"branch_identical_icon": "≡",
|
||||
|
@ -50,6 +49,17 @@
|
|||
"local_staged_icon": "",
|
||||
"prefix": "<#26C6DA> </>"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"style": "plain",
|
||||
"foreground": "546E7A",
|
||||
"background": "#173448",
|
||||
"properties": {
|
||||
"text": "",
|
||||
"prefix": "",
|
||||
"postfix": ""
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue