console_title_template='{{ .Shell }} in {{ .Folder }}'
[[blocks]]
type='prompt'
alignment='left'
newline=true
[[blocks.segments]]
type='path'
style='plain'
background='transparent'
foreground='blue'
template='{{ .Path }}'
[blocks.segments.properties]
style='full'
[[blocks.segments]]
type='git'
style='plain'
foreground='p:grey'
background='transparent'
template=' {{ .HEAD }}{{ if or (.Working.Changed) (.Staging.Changed) }}*{{ end }} <cyan>{{ if gt .Behind 0 }}⇣{{ end }}{{ if gt .Ahead 0 }}⇡{{ end }}</>'