From 5d9768048a389c1bfb0c9b3f167c08d4a0db2b83 Mon Sep 17 00:00:00 2001 From: "Chris @ Web" Date: Sun, 18 Feb 2024 07:50:18 +0100 Subject: [PATCH] .config/omp/omp.json aktualisiert --- .config/omp/omp.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.config/omp/omp.json b/.config/omp/omp.json index 81492d6..78cac18 100644 --- a/.config/omp/omp.json +++ b/.config/omp/omp.json @@ -14,6 +14,15 @@ "template": " {{ .UserName }}{{ if .SSHSession }}@{{.HostName }}{{ end }} {{ if .Root }}<#FF0000,p:secondary>{{ else }}{{ end }}", "type": "session" }, + { + "type": "python", + "style": "powerline", + "powerline_symbol": "", + "display_mode":"environment", + "foreground": "p:tertiary_font", + "background": "p:secondary", + "template": " {{ if .Venv }}({{ .Venv }}) {{ end }}εê╡ {{ .Full }} εé▒" + }, { "foreground": "p:secondary_font", "background": "p:secondary",