-
Beta Was this translation helpful? Give feedback.
Answered by
davidkna
Jul 25, 2024
Replies: 3 comments
-
|
this is what i get when running and there you can see the empty python module, which should be disabled |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Please try this: [python]
format = "([$virtualenv](yellow) )" |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tembbo
-
|
That works! Thank you @davidkna! Could you please explain why that works. I think im doing something similar with the git module, is that correct? [git_status]
format = "[(*$conflicted$untracked$modified$staged$renamed$deleted) ($ahead_behind )](red)"
conflicted = ""
untracked = ""
modified = ""
staged = ""
renamed = ""
deleted = "" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Please try this: