finished again
This commit is contained in:
parent
c2d4d25159
commit
d23632e4ab
1 changed files with 8 additions and 11 deletions
19
amro.toml
19
amro.toml
|
@ -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]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue