mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-28 20:39:40 -08:00
docs(az): add example properties
This commit is contained in:
parent
f711910453
commit
73535072f0
|
@ -24,7 +24,10 @@ import Config from '@site/src/components/Config.js';
|
||||||
"powerline_symbol": "\uE0B0",
|
"powerline_symbol": "\uE0B0",
|
||||||
"foreground": "#000000",
|
"foreground": "#000000",
|
||||||
"background": "#9ec3f0",
|
"background": "#9ec3f0",
|
||||||
"template": " \uebd8 {{ .EnvironmentName }}"
|
"template": " \uebd8 {{ .EnvironmentName }}",
|
||||||
|
"properties": {
|
||||||
|
"source": "pwsh"
|
||||||
|
}
|
||||||
}}/>
|
}}/>
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
Loading…
Reference in a new issue