52 lines
1 KiB
TOML
52 lines
1 KiB
TOML
console_title_template = '{{.PWD}}'
|
||
version = 3
|
||
final_space = true
|
||
|
||
[secondary_prompt]
|
||
template = ' ❯❯ '
|
||
foreground = 'white'
|
||
background = 'transparent'
|
||
|
||
[transient_prompt]
|
||
template = '❯ '
|
||
background = 'transparent'
|
||
foreground_templates = ['{{if gt .Code 0}}red{{end}}', '{{if eq .Code 0}}white{{end}}']
|
||
|
||
[[blocks]]
|
||
type = 'prompt'
|
||
alignment = 'left'
|
||
newline = true
|
||
|
||
[[blocks.segments]]
|
||
template = '() '
|
||
type = 'root'
|
||
style = 'plain'
|
||
|
||
[blocks.segments.properties]
|
||
cache_duration = 'none'
|
||
|
||
[[blocks.segments]]
|
||
template = '{{ if .SSHSession }}() {{ end }}'
|
||
type = 'session'
|
||
style = 'plain'
|
||
|
||
[blocks.segments.properties]
|
||
cache_duration = 'none'
|
||
|
||
[[blocks.segments]]
|
||
foreground = 'white'
|
||
type = 'path'
|
||
style = 'plain'
|
||
|
||
[blocks.segments.properties]
|
||
cache_duration = 'none'
|
||
style = 'powerlevel'
|
||
|
||
[[blocks.segments]]
|
||
template = '❯'
|
||
foreground = 'white'
|
||
type = 'text'
|
||
style = 'plain'
|
||
|
||
[blocks.segments.properties]
|
||
cache_duration = 'none'
|