fixed oh-my-posh promt order

This commit is contained in:
Niklas Kapelle 2024-06-18 21:33:24 +02:00
parent ae0181148b
commit deaff85de5
Signed by: niklas
GPG Key ID: 4EB651B36D841D16

View File

@ -37,7 +37,6 @@ type = "prompt"
style = "full"
home_icon = "~"
[[blocks]]
alignment = "right"
type = "prompt"
@ -62,6 +61,11 @@ type = "prompt"
trailing_diamond = ""
template = "󱃾 {{.Context}}{{if .Namespace}} :: {{.Namespace}}{{end}} "
[[blocks]]
alignment = "left"
type = "prompt"
newline = true
# Newline prompt
[[blocks.segments]]
type = "status"
@ -71,10 +75,11 @@ type = "prompt"
"{{ if .Error }}p:status_failure{{ end }}",
"{{ if not .Error}}p:status_success{{ end }}"
]
template = "\n"
template = ""
[blocks.segments.properties]
always_enabled = true
[transient_prompt]
foreground = "p:status_success"
template = " "