Merge pull request #29 from aloksingh-rgb/patch-1

Edited so python virtualenv name shows up at the start of the prompt …
This commit is contained in:
Chris Titus
2023-11-19 19:59:23 -06:00
committed by GitHub

View File

@@ -1,5 +1,6 @@
format = """
[](#3B4252)\
$python\
$username\
[](bg:#434C5E fg:#3B4252)\
$directory\
@@ -112,6 +113,10 @@ symbol = " "
style = "bg:#86BBD8"
format = '[ $symbol ($version) ]($style)'
[python]
style = "bg:#3B4252"
format = '[(\($virtualenv\) )]($style)'
[rust]
symbol = ""
style = "bg:#86BBD8"