fixed oh-my-posh promt order
This commit is contained in:
parent
ae0181148b
commit
deaff85de5
@ -37,7 +37,6 @@ type = "prompt"
|
||||
style = "full"
|
||||
home_icon = "~"
|
||||
|
||||
|
||||
[[blocks]]
|
||||
alignment = "right"
|
||||
type = "prompt"
|
||||
@ -61,6 +60,11 @@ type = "prompt"
|
||||
leading_diamond = ""
|
||||
trailing_diamond = ""
|
||||
template = " {{.Context}}{{if .Namespace}} :: {{.Namespace}}{{end}} "
|
||||
|
||||
[[blocks]]
|
||||
alignment = "left"
|
||||
type = "prompt"
|
||||
newline = true
|
||||
|
||||
# Newline prompt
|
||||
[[blocks.segments]]
|
||||
@ -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 = "❯ "
|
||||
|
Loading…
Reference in New Issue
Block a user