mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-28 04:19:41 -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 {
|
||||
segmentTemplate := a.props.getString(SegmentTemplate, "{{ .EnvironmentName }}")
|
||||
segmentTemplate := a.props.getString(SegmentTemplate, "{{ .Name }}")
|
||||
template := &textTemplate{
|
||||
Template: segmentTemplate,
|
||||
Context: a,
|
||||
|
|
Loading…
Reference in a new issue