diff --git a/themes/night-owl.omp.json b/themes/night-owl.omp.json index 1c3cfa0d..2733342d 100644 --- a/themes/night-owl.omp.json +++ b/themes/night-owl.omp.json @@ -54,10 +54,14 @@ "fetch_stash_count": true, "fetch_status": true, "fetch_upstream_icon": true, - "fetch_worktree_count": true + "fetch_worktree_count": true, + "mapped_branches": { + "feat/*": "🚀 ", + "bug/*": "🐛 " + } }, "style": "powerline", - "template": " {{ url .UpstreamIcon .UpstreamURL }}{{ .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 }} ", + "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 }} ", "type": "git" }, {