added venv indicator when in python venv
This commit is contained in:
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user