diff --git a/zen.toml b/zen.toml index 7edb6f0..f3d6675 100644 --- a/zen.toml +++ b/zen.toml @@ -9,6 +9,11 @@ console_title_template = '{{ .Shell }} in {{ .Folder }}' alignment = 'left' newline = true + [[blocks.segments]] + type = "python" + style = "plain" + template = '{{ if .Error }}{{ .Error }}{{ else }}({{ if .Venv }}{{ .Venv }}{{ else }}{{ .Full }}{{ end }}) {{ end }}' + [[blocks.segments]] type = 'path' style = 'plain'