theme(tiwahu): shell-specific final prompt chars

- Final characters in prompt based on current shell name.
This commit is contained in:
Timothy Huber 2022-08-10 23:37:03 -04:00 committed by Jan De Dobbeleer
parent 94d6e75ffa
commit b4de8b182a

View file

@ -123,8 +123,19 @@
{
"foreground": "#007ACC",
"style": "plain",
"template": "\u276f ",
"type": "text"
"template": "{{ .Name }} ",
"type": "shell",
"properties": {
"mapped_shell_names": {
"pwsh": "\u276f",
"cmd": ">",
"lua": ">",
"nu": ">",
"fish": "~>",
"zsh": "%",
"bash": "$"
}
}
}
],
"type": "prompt"