This commit is contained in:
Daylin Morgan 2024-06-10 11:13:02 -05:00
parent 958154b5e4
commit adffbeb06f
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -50,7 +50,7 @@ blocks:
foreground: 'green' foreground: 'green'
foreground_templates: foreground_templates:
- '{{ if gt .Code 0 }}red{{ end }}' - '{{ if gt .Code 0 }}red{{ end }}'
template: ' x{{ reason .Code }}' template: ' x{{ reason .Code }} '
- type: executiontime - type: executiontime
style: plain style: plain
foreground: 'green' foreground: 'green'
@ -64,7 +64,6 @@ blocks:
foreground: darkGray foreground: darkGray
template: > template: >
{{ if .SSHSession }} {{ .UserName}}@{{ .HostName }}{{ end }} {{ if .SSHSession }} {{ .UserName}}@{{ .HostName }}{{ end }}
- type: prompt - type: prompt
alignment: left alignment: left
newline: true newline: true