how to edit the toml to get Venv to show up #6783
Unanswered
ajaxdude
asked this question in
Troubleshoot
Replies: 1 comment
|
@ajaxdude you can use this as a reference: [[blocks.segments]]
template = ' {{ .Venv }} '
foreground = '#003544'
powerline_symbol = ''
background = '#0087D8'
type = 'python'
style = 'powerline'
invert_powerline = true
[blocks.segments.properties]
display_mode = 'context'
fetch_virtual_env = true |
0 replies
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'm using this toml but I can't get the Venv to show up before the >.
All I want to do is when I activate a conda environment I would like the name of that env before my prompt >
been at it looking a themes for a solid hour and can't figure it out!
zen.toml.txt
All reactions