mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
fix(theme): pure
This commit is contained in:
parent
9323f89704
commit
d04dff5538
|
@ -7,15 +7,17 @@
|
||||||
{
|
{
|
||||||
"type": "prompt",
|
"type": "prompt",
|
||||||
"alignment": "left",
|
"alignment": "left",
|
||||||
"newline": true,
|
"newline": false,
|
||||||
"segments": [
|
"segments": [
|
||||||
{
|
{
|
||||||
"type": "root",
|
"type": "session",
|
||||||
"style": "plain",
|
"style": "plain",
|
||||||
"foreground": "#BF616A",
|
"foreground": "#BF616A",
|
||||||
"properties": {
|
"properties": {
|
||||||
"prefix": "",
|
"display_host": false,
|
||||||
"root_icon": "Admin"
|
"display_user": true,
|
||||||
|
"user_info_separator": "",
|
||||||
|
"prefix": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue