mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
feat(theme): add transient prompt for pure
This commit is contained in:
parent
1d40ecbf23
commit
097be31dc4
|
@ -79,5 +79,12 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"console_title_template": "{{if .Root}}(Admin){{end}} {{.PWD}}",
|
"console_title_template": "{{if .Root}}(Admin){{end}} {{.PWD}}",
|
||||||
|
"transient_prompt": {
|
||||||
|
"foreground": "#B48EAD",
|
||||||
|
"foreground_templates": [
|
||||||
|
"{{ if gt .Code 0 }}#BF616A{{ end }}"
|
||||||
|
],
|
||||||
|
"template": "\u276f "
|
||||||
|
},
|
||||||
"version": 2
|
"version": 2
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue