fix: correct ending for powerlevel10k_classic

This commit is contained in:
Jan De Dobbeleer 2020-10-02 21:58:49 +02:00 committed by Jan De Dobbeleer
parent 66941ddb43
commit 73959b1dc0

View file

@ -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": ""
}
}
]
},