Skip to content

Commit eabbf24

Browse files
committed
OMP - don't capoff branch name
1 parent 6e81157 commit eabbf24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/omp-themes/xeno-clean.omp.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"foreground": "#40c4ff",
7979
"template": " {{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }}",
8080
"properties": {
81-
"branch_max_length": 30,
81+
//"branch_max_length": 30,
8282
"fetch_stash_count": false,
8383
"fetch_status": true,
8484
"fetch_upstream_icon": true

lib/omp-themes/xeno-minimal.omp.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"foreground": "#40c4ff",
5454
"template": " {{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }}❯",
5555
"properties": {
56-
"branch_max_length": 30,
56+
// "branch_max_length": 30,
5757
"fetch_stash_count": false,
5858
"fetch_status": true,
5959
"fetch_upstream_icon": true

0 commit comments

Comments
 (0)