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