mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
theme(tiwahu): mapped shell
and new nu
prompt
- Mapping for `shell` shell (used in theme example image gen, I guess) - New `nu` shell prompt (so I can tell the difference)
This commit is contained in:
parent
b4de8b182a
commit
45237c956c
|
@ -128,9 +128,10 @@
|
||||||
"properties": {
|
"properties": {
|
||||||
"mapped_shell_names": {
|
"mapped_shell_names": {
|
||||||
"pwsh": "\u276f",
|
"pwsh": "\u276f",
|
||||||
|
"shell": "\u276f",
|
||||||
"cmd": ">",
|
"cmd": ">",
|
||||||
"lua": ">",
|
"lua": ">",
|
||||||
"nu": ">",
|
"nu": ":)",
|
||||||
"fish": "~>",
|
"fish": "~>",
|
||||||
"zsh": "%",
|
"zsh": "%",
|
||||||
"bash": "$"
|
"bash": "$"
|
||||||
|
|
Loading…
Reference in a new issue