mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-28 20:39:40 -08:00
theme(spaceship): add postfix to reduce space between prefix and text
This commit is contained in:
parent
6d67b147e4
commit
e8f1e5e2d4
|
@ -55,7 +55,8 @@
|
||||||
"foreground": "lightGreen",
|
"foreground": "lightGreen",
|
||||||
"properties": {
|
"properties": {
|
||||||
"prefix": "",
|
"prefix": "",
|
||||||
"text": "\u276F"
|
"text": "\u276F",
|
||||||
|
"postfix": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue