{ "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "blocks": [ { "alignment": "left", "segments": [ { "foreground": "lightYellow", "properties": { "template": "{{ .UserName }} " }, "style": "plain", "type": "session" }, { "foreground": "cyan", "properties": { "style": "folder", "template": "<#ffffff>in {{ .Path }} " }, "style": "plain", "type": "path" }, { "foreground": "#ff94df", "properties": { "branch_icon": " <#ff94df>\ue0a0 ", "fetch_stash_count": true, "template": "<#ffffff>on {{ .HEAD }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }} " }, "style": "plain", "type": "git" } ], "type": "prompt" }, { "alignment": "left", "newline": true, "segments": [ { "foreground": "lightGreen", "properties": { "template": "\u276f" }, "style": "plain", "type": "text" } ], "type": "prompt" } ], "final_space": true, "version": 1 }