mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-09 10:17:27 -08:00
718 B
718 B
id | title | sidebar_label |
---|---|---|
az | Azure Subscription | Azure |
What
Display the currently active Azure subscription information.
Sample Configuration
{
"type": "az",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#000000",
"background": "#9ec3f0",
"properties": {
"display_id": true,
"display_name": true,
"info_separator": " @ ",
"prefix": " \uFD03 "
}
}
Properties
- info_separator:
string
- text/icon to put in between the subscription name and ID - defaults to|
- display_id:
boolean
- display the subscription ID or not - defaults tofalse
- display_name:
boolean
- display the subscription name or not - defaults totrue