mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
theme(tiwahu): shell-specific final prompt chars
- Final characters in prompt based on current shell name.
This commit is contained in:
parent
94d6e75ffa
commit
b4de8b182a
|
@ -123,8 +123,19 @@
|
||||||
{
|
{
|
||||||
"foreground": "#007ACC",
|
"foreground": "#007ACC",
|
||||||
"style": "plain",
|
"style": "plain",
|
||||||
"template": "\u276f ",
|
"template": "{{ .Name }} ",
|
||||||
"type": "text"
|
"type": "shell",
|
||||||
|
"properties": {
|
||||||
|
"mapped_shell_names": {
|
||||||
|
"pwsh": "\u276f",
|
||||||
|
"cmd": ">",
|
||||||
|
"lua": ">",
|
||||||
|
"nu": ">",
|
||||||
|
"fish": "~>",
|
||||||
|
"zsh": "%",
|
||||||
|
"bash": "$"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"type": "prompt"
|
"type": "prompt"
|
||||||
|
|
Loading…
Reference in a new issue