How can I see conda env in oh my posh theme in powershell? #3578
kazimovzaman2
started this conversation in
Themes
Replies: 1 comment 1 reply
|
From the docs: {
"type": "python",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#100e23",
"background": "#906cff",
"template": " \uE235 {{ .Full }} {{ if .Venv }}{{ .Venv }}{{ end }}",
"properties": {
"fetch_virtual_env": true
}
}, |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have installed oh-my-posh, and I use the blue-owl theme. From the documentation I add these lines of code to the JSON file;
But I can't see my conda environment. I search for it but can't find anything. Can you help me to add my conda env to PowerShell?
I try to add the following line:
{```
},
All reactions