feat(theme): add transient prompt for pure

This commit is contained in:
sitiom 2022-07-12 19:09:23 +08:00 committed by Jan De Dobbeleer
parent 1d40ecbf23
commit 097be31dc4

View file

@ -79,5 +79,12 @@
}
],
"console_title_template": "{{if .Root}}(Admin){{end}} {{.PWD}}",
"transient_prompt": {
"foreground": "#B48EAD",
"foreground_templates": [
"{{ if gt .Code 0 }}#BF616A{{ end }}"
],
"template": "\u276f "
},
"version": 2
}