fix: transient prompt

This commit is contained in:
pika 2025-03-20 11:08:03 +01:00
parent 997d8307c8
commit c58eb2df1d

View file

@ -6,6 +6,7 @@ version = 3
[transient_prompt]
template = ' '
background = 'transparent'
newline = true
foreground_templates = ['{{if gt .Code 0}}red{{end}}', '{{if eq .Code 0}}#629a55{{end}}']