omp styling
This commit is contained in:
parent
4894ea6588
commit
13cd20ea1d
1 changed files with 3 additions and 3 deletions
|
@ -54,10 +54,10 @@ blocks:
|
||||||
newline: true
|
newline: true
|
||||||
segments:
|
segments:
|
||||||
- type: path
|
- type: path
|
||||||
|
style: plain
|
||||||
foreground: 'cyan'
|
foreground: 'cyan'
|
||||||
properties:
|
properties:
|
||||||
style: full
|
style: unique
|
||||||
style: plain
|
|
||||||
template: {{ .Path }}
|
template: {{ .Path }}
|
||||||
- type: prompt
|
- type: prompt
|
||||||
alignment: right
|
alignment: right
|
||||||
|
@ -80,7 +80,7 @@ blocks:
|
||||||
style: plain
|
style: plain
|
||||||
foreground: darkGray
|
foreground: darkGray
|
||||||
template: >
|
template: >
|
||||||
{{ if .SSHSession }} {{ .UserName}}@{{ .HostName }}{{ end }}
|
{{ if .SSHSession }} {{ .HostName }}{{ end }}
|
||||||
- type: prompt
|
- type: prompt
|
||||||
alignment: left
|
alignment: left
|
||||||
newline: true
|
newline: true
|
||||||
|
|
Loading…
Reference in a new issue