{ "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "final_space": true, "blocks": [ { "alignment": "left", "newline": true, "segments": [ { "type": "os", "style": "diamond", "foreground": "black", "background": "#fab387", "leading_diamond": "\ue0b6", "trailing_diamond": "\ue0b4" }, { "type": "session", "style": "diamond", "foreground": "black", "background": "#94e2d5", "template": " {{ .UserName }}@{{ .HostName }}", "trailing_diamond": "\ue0b4" }, { "type": "path", "style": "diamond", "foreground": "black", "background": "#cba6f7", "template": " {{ .PWD }} ", "trailing_diamond": "\ue0b4" }, { "type": "git", "style": "diamond", "foreground": "black", "background": "#f5c2e7", "trailing_diamond": "\ue0b4", "template": " {{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }}  {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }}  {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }}  {{ .StashCount }}{{ end }}", "properties": { "fetch_status": true, "fetch_upstream_icon": true, "untracked_modes": { "/Users/user/Projects/oh-my-posh/": "no" }, "source": "cli", "mapped_branches": { "feat/*": "", "bug/*": "" } } } ], "type": "prompt" } ], "version": 2 }