Skip to content

Instantly share code, notes, and snippets.

@kashifulhaque
Created December 29, 2023 18:23
Show Gist options
  • Save kashifulhaque/0387a8548bd6e98d43f6d909bb0fe5aa to your computer and use it in GitHub Desktop.
Save kashifulhaque/0387a8548bd6e98d43f6d909bb0fe5aa to your computer and use it in GitHub Desktop.
Show Python Environment in Oh My Posh
{
"background": "#181818",
"foreground": "p:white",
"style": "powerline",
"properties": {
"display_mode": "environment",
"fetch_virtual_env": true,
"home_enabled": true
},
"type": "python",
"template": " \ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }} "
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment