python venv

This commit is contained in:
2024-12-18 10:39:26 +01:00
parent c1e1156ae1
commit b419d4decd

View File

@@ -51,6 +51,18 @@
"template": "{{ .HEAD }} ",
"style": "plain",
"type": "git"
},
{
"foreground": "p:pink",
"powerline_symbol": "\ue0b0",
"properties": {
"display_mode": "environment",
"fetch_virtual_env": true,
"home_enabled": true
},
"style": "plain",
"template": " \ue235 {{ if .Venv }}({{ .Venv }}){{ end }} ",
"type": "python"
}
],
"type": "prompt"