{ "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "blocks": [ { "alignment": "left", "segments": [ { "foreground": "white", "properties": { "fetch_version": false }, "style": "plain", "template": "({{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }})", "type": "python" } ], "type": "prompt" }, { "alignment": "left", "newline": true, "segments": [ { "foreground": "lightBlue", "style": "plain", "template": "# ", "type": "text" }, { "foreground": "red", "style": "plain", "template": " % ", "type": "root" }, { "style": "plain", "template": "{{ .UserName }} @ {{ .HostName }} ", "type": "session" }, { "foreground": "lightYellow", "properties": { "style": "full" }, "style": "plain", "template": "in {{ .Path }} ", "type": "path" }, { "style": "plain", "template": "on git:{{ .HEAD }} ", "type": "git" }, { "foreground": "darkGray", "style": "plain", "template": "[{{ .CurrentDate | date .Format }}]", "type": "time" }, { "foreground": "red", "style": "plain", "template": " C:{{ if gt .Code 0 }}{{ .Code }}{{ end }} ", "type": "exit" } ], "type": "prompt" }, { "alignment": "left", "newline": true, "segments": [ { "foreground": "lightRed", "style": "plain", "template": "$", "type": "text" } ], "type": "prompt" } ], "final_space": true, "version": 2 }