wip omp
This commit is contained in:
parent
958154b5e4
commit
adffbeb06f
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue