added venv indicator when in python venv
This commit is contained in:
@@ -105,13 +105,6 @@ format = "[ $path ]($style)"
|
|||||||
truncation_length = 3
|
truncation_length = 3
|
||||||
truncation_symbol = "…/"
|
truncation_symbol = "…/"
|
||||||
|
|
||||||
[directory.substitutions]
|
|
||||||
"Documents" = " "
|
|
||||||
"Downloads" = " "
|
|
||||||
"Music" = " "
|
|
||||||
"Pictures" = " "
|
|
||||||
"Developer" = " "
|
|
||||||
|
|
||||||
[git_branch]
|
[git_branch]
|
||||||
symbol = ""
|
symbol = ""
|
||||||
style = "bg:teal"
|
style = "bg:teal"
|
||||||
@@ -164,7 +157,7 @@ format = '[[ $symbol( $version) ](fg:base bg:teal)]($style)'
|
|||||||
[python]
|
[python]
|
||||||
symbol = ""
|
symbol = ""
|
||||||
style = "bg:teal"
|
style = "bg:teal"
|
||||||
format = '[[ $symbol( $version) ](fg:base bg:teal)]($style)'
|
format = '[[ $symbol( $version) $virtualenv ](fg:base bg:teal)]($style)'
|
||||||
|
|
||||||
[docker_context]
|
[docker_context]
|
||||||
symbol = ""
|
symbol = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user