mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -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}}",
|
||||
"transient_prompt": {
|
||||
"foreground": "#B48EAD",
|
||||
"foreground_templates": [
|
||||
"{{ if gt .Code 0 }}#BF616A{{ end }}"
|
||||
],
|
||||
"template": "\u276f "
|
||||
},
|
||||
"version": 2
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue