From 1e78bfee7ecb1422a5d8d27398298409ddd1d9ac Mon Sep 17 00:00:00 2001 From: Zackarias Montell Date: Wed, 19 Nov 2025 08:32:36 +0100 Subject: [PATCH] Adding python env to prompt --- .theme.omp.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.theme.omp.json b/.theme.omp.json index 90dcd55..9f9315e 100644 --- a/.theme.omp.json +++ b/.theme.omp.json @@ -51,6 +51,19 @@ "template": "{{ .HEAD }} ", "style": "plain", "type": "git" + }, + { + "background": "#FFDE57", + "foreground": "#111111", + "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"