mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
06291e168b
resolves #1697
66 lines
1.6 KiB
JSON
66 lines
1.6 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
|
"blocks": [
|
|
{
|
|
"alignment": "left",
|
|
"segments": [
|
|
{
|
|
"foreground": "#ffffff",
|
|
"properties": {
|
|
"template": " {{ .Meaning }}"
|
|
},
|
|
"style": "plain",
|
|
"type": "exit"
|
|
},
|
|
{
|
|
"foreground": "#100e23",
|
|
"properties": {
|
|
"template": " \uf0e7 "
|
|
},
|
|
"style": "plain",
|
|
"type": "root"
|
|
},
|
|
{
|
|
"foreground": "#ffffff",
|
|
"properties": {
|
|
"template": " {{ .UserName }}@{{ .HostName }} "
|
|
},
|
|
"style": "plain",
|
|
"type": "session"
|
|
},
|
|
{
|
|
"background": "#007ACC",
|
|
"foreground": "#ffffff",
|
|
"properties": {
|
|
"folder_icon": "\uf115",
|
|
"folder_separator_icon": " \ue0b1 ",
|
|
"style": "full",
|
|
"template": "<transparent>\ue0b0</> {{ .Path }} "
|
|
},
|
|
"style": "plain",
|
|
"type": "path"
|
|
},
|
|
{
|
|
"background": "#007ACC",
|
|
"foreground": "#ffffff",
|
|
"properties": {
|
|
"template": "<#ffffff>\ue0b1</> {{ .HEAD }} "
|
|
},
|
|
"style": "plain",
|
|
"type": "git"
|
|
},
|
|
{
|
|
"foreground": "#007ACC",
|
|
"properties": {
|
|
"template": "\ue0b0 "
|
|
},
|
|
"style": "plain",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"type": "prompt"
|
|
}
|
|
],
|
|
"version": 1
|
|
}
|