mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-28 20:39:40 -08:00
fix: change default az segment template
This commit is contained in:
parent
195f5160b4
commit
5a69b3e771
|
@ -78,7 +78,7 @@ type AzurePowerShellSubscription struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (a *az) string() string {
|
func (a *az) string() string {
|
||||||
segmentTemplate := a.props.getString(SegmentTemplate, "{{ .EnvironmentName }}")
|
segmentTemplate := a.props.getString(SegmentTemplate, "{{ .Name }}")
|
||||||
template := &textTemplate{
|
template := &textTemplate{
|
||||||
Template: segmentTemplate,
|
Template: segmentTemplate,
|
||||||
Context: a,
|
Context: a,
|
||||||
|
|
Loading…
Reference in a new issue