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