mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
parent
0570e50549
commit
bce149b82f
|
@ -508,7 +508,7 @@ func defaultConfig(env platform.Environment, warning bool) *Config {
|
||||||
TrailingDiamond: "\ue0b4",
|
TrailingDiamond: "\ue0b4",
|
||||||
Background: "p:blue",
|
Background: "p:blue",
|
||||||
Foreground: "p:white",
|
Foreground: "p:white",
|
||||||
Template: " \ufd03 {{ .Name }} ",
|
Template: " \uebd8 {{ .Name }} ",
|
||||||
Properties: properties.Map{
|
Properties: properties.Map{
|
||||||
properties.DisplayDefault: true,
|
properties.DisplayDefault: true,
|
||||||
},
|
},
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
},
|
},
|
||||||
"style": "powerline",
|
"style": "powerline",
|
||||||
"powerline_symbol": "\ue0b4",
|
"powerline_symbol": "\ue0b4",
|
||||||
"template": " <p:symbol-color>\ufd03</> {{ .Name }}",
|
"template": " <p:symbol-color>\uebd8</> {{ .Name }}",
|
||||||
"type": "az"
|
"type": "az"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -65,7 +65,7 @@
|
||||||
},
|
},
|
||||||
"style": "powerline",
|
"style": "powerline",
|
||||||
"powerline_symbol": "\ue0b4",
|
"powerline_symbol": "\ue0b4",
|
||||||
"template": " <p:symbol-color>\ufd03</> (PS) {{ .Name }}",
|
"template": " <p:symbol-color>\uebd8</> (PS) {{ .Name }}",
|
||||||
"type": "az"
|
"type": "az"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -121,7 +121,7 @@
|
||||||
"foreground": "#000000",
|
"foreground": "#000000",
|
||||||
"powerline_symbol": "\ue0b0",
|
"powerline_symbol": "\ue0b0",
|
||||||
"style": "powerline",
|
"style": "powerline",
|
||||||
"template": " \ufd03 Subscription {{ .Name }} ({{ if .EnvironmentName | contains \"AzureCloud\" }}{{ \"Global\" }}{{ else }}{{ .EnvironmentName }}{{ end }}) ",
|
"template": " \uebd8 Subscription {{ .Name }} ({{ if .EnvironmentName | contains \"AzureCloud\" }}{{ \"Global\" }}{{ else }}{{ .EnvironmentName }}{{ end }}) ",
|
||||||
"type": "az"
|
"type": "az"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
"foreground": "#ffffff",
|
"foreground": "#ffffff",
|
||||||
"powerline_symbol": "\ue0b0",
|
"powerline_symbol": "\ue0b0",
|
||||||
"style": "powerline",
|
"style": "powerline",
|
||||||
"template": " \ufd03 {{ .Name }} ",
|
"template": " \uebd8 {{ .Name }} ",
|
||||||
"type": "az"
|
"type": "az"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
"foreground": "#100e23",
|
"foreground": "#100e23",
|
||||||
"powerline_symbol": "\ue0b0",
|
"powerline_symbol": "\ue0b0",
|
||||||
"properties": {
|
"properties": {
|
||||||
"azure_devops_icon": "\ufd03 ",
|
"azure_devops_icon": "\uebd8 ",
|
||||||
"bitbucket_icon": "\uf171 ",
|
"bitbucket_icon": "\uf171 ",
|
||||||
"branch_gone_icon": "\uebcc ",
|
"branch_gone_icon": "\uebcc ",
|
||||||
"branch_icon": "\ue0a0 ",
|
"branch_icon": "\ue0a0 ",
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
"source": "cli"
|
"source": "cli"
|
||||||
},
|
},
|
||||||
"style": "powerline",
|
"style": "powerline",
|
||||||
"template": " \ufd03 {{ .Name }} [ {{ .Origin }} ] ",
|
"template": " \uebd8 {{ .Name }} [ {{ .Origin }} ] ",
|
||||||
"type": "az"
|
"type": "az"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
"source": "pwsh"
|
"source": "pwsh"
|
||||||
},
|
},
|
||||||
"style": "powerline",
|
"style": "powerline",
|
||||||
"template": " \ufd03 {{ .Name }} [ {{ .Origin }} ] ",
|
"template": " \uebd8 {{ .Name }} [ {{ .Origin }} ] ",
|
||||||
"type": "az"
|
"type": "az"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue