finished again

This commit is contained in:
pika 2024-08-17 16:58:17 +02:00
parent c2d4d25159
commit d23632e4ab

View file

@ -1,15 +1,6 @@
"$schema" = "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json"
version = 2
# [transient_prompt]
# foreground_templates = [
# "{{if gt .Code 0}}red{{end}}",
# "{{if eq .Code 0}}green{{end}}",
# ]
# background = 'transparent'
# template = ''
[[blocks]]
newline = true
alignment = "left"
@ -25,9 +16,15 @@ type = "prompt"
type = "session"
[[blocks.segments]]
foreground = "#da5a96"
foreground = "red"
style = "plain"
template = "@  {{ .HostName }} "
template = "@"
type = "text"
[[blocks.segments]]
foreground = "#45F1C2"
style = "plain"
template = "  {{ .HostName }} "
type = "session"
[[blocks.segments]]