mirror of https://git.jolheiser.com/dotnix.git
fix: hide git prompt when using jj
Signed-off-by: jolheiser <git@jolheiser.com>jenkins
parent
8d9a644a5e
commit
c9fefbf7e2
|
@ -56,7 +56,7 @@
|
|||
}
|
||||
},
|
||||
"style": "powerline",
|
||||
"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 }} ",
|
||||
"template": "{{ if not (glob \".jj\")}} {{ 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 }} {{ end }}",
|
||||
"type": "git"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue