mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-03 07:17:26 -08:00
794 B
794 B
id | title | sidebar_label |
---|---|---|
aws | AWS Context | AWS |
What
Display the currently active AWS profile and region.
Sample Configuration
{
"type": "aws",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#FFA400",
"template": " \uE7AD {{.Profile}}{{if .Region}}@{{.Region}}{{end}}"
}
Properties
- display_default:
boolean
- display the segment or not when the user profile matchesdefault
- defaults totrue
Template (info)
:::note default template
{{ .Profile }}{{ if .Region }}@{{ .Region }}{{ end }}
:::
Properties
.Profile
:string
- the currently active profile.Region
:string
- the currently active region