mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-27 11:59:40 -08:00
parent
bace81e13e
commit
eff8af399f
|
@ -359,7 +359,6 @@ func defaultConfig(env platform.Environment, warning bool) *Config {
|
|||
segments.BranchMaxLength: 25,
|
||||
segments.FetchStatus: true,
|
||||
segments.FetchUpstreamIcon: true,
|
||||
segments.GithubIcon: "\uf7a3",
|
||||
},
|
||||
Template: " {{ if .UpstreamURL }}{{ url .UpstreamIcon .UpstreamURL }} {{ end }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }} ", //nolint:lll
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue