added venv indicator when in python venv

This commit is contained in:
2024-06-28 17:24:25 +10:00
parent 3a99d25b0b
commit afc1f6d45c

View File

@@ -105,13 +105,6 @@ format = "[ $path ]($style)"
truncation_length = 3
truncation_symbol = "…/"
[directory.substitutions]
"Documents" = "󰈙 "
"Downloads" = " "
"Music" = "󰝚 "
"Pictures" = " "
"Developer" = "󰲋 "
[git_branch]
symbol = ""
style = "bg:teal"
@@ -164,7 +157,7 @@ format = '[[ $symbol( $version) ](fg:base bg:teal)]($style)'
[python]
symbol = ""
style = "bg:teal"
format = '[[ $symbol( $version) ](fg:base bg:teal)]($style)'
format = '[[ $symbol( $version) $virtualenv ](fg:base bg:teal)]($style)'
[docker_context]
symbol = ""