mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-31 22:07:25 -08:00
fix(python): set home_enabled
to false
by default
This commit is contained in:
parent
023546fe37
commit
a3ef56f7fa
|
@ -52,7 +52,6 @@ func (p *Python) Init(props properties.Properties, env platform.Environment) {
|
||||||
},
|
},
|
||||||
versionURLTemplate: "https://docs.python.org/release/{{ .Major }}.{{ .Minor }}.{{ .Patch }}/whatsnew/changelog.html#python-{{ .Major }}-{{ .Minor }}-{{ .Patch }}",
|
versionURLTemplate: "https://docs.python.org/release/{{ .Major }}.{{ .Minor }}.{{ .Patch }}/whatsnew/changelog.html#python-{{ .Major }}-{{ .Minor }}-{{ .Patch }}",
|
||||||
displayMode: props.GetString(DisplayMode, DisplayModeEnvironment),
|
displayMode: props.GetString(DisplayMode, DisplayModeEnvironment),
|
||||||
homeEnabled: props.GetBool(HomeEnabled, true),
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue