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'