Created
December 29, 2023 18:23
-
-
Save kashifulhaque/0387a8548bd6e98d43f6d909bb0fe5aa to your computer and use it in GitHub Desktop.
Show Python Environment in Oh My Posh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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