From 2ff01208fbb138aa3bfe9a05df0330fc1903b49b Mon Sep 17 00:00:00 2001 From: voidarc Date: Wed, 1 Apr 2026 20:23:41 +0100 Subject: [PATCH] realised i needed the venv thing --- .config/oh-my-posh/zen.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/oh-my-posh/zen.toml b/.config/oh-my-posh/zen.toml index 14fae613..0364db0c 100644 --- a/.config/oh-my-posh/zen.toml +++ b/.config/oh-my-posh/zen.toml @@ -34,6 +34,12 @@ template = ''' {{- end -}} ''' + [[blocks.segments]] # Python venv + type = 'text' + style = 'plain' + foreground = 'yellow' + template = '{{ if .Env.VIRTUAL_ENV }}🐍 venv | {{ end }}' + [[blocks.segments]] template = '{{ .Path }}' foreground = 'blue'