fix: nushell oh my posh prompt config
This commit is contained in:
parent
29b47dcb0e
commit
305f8706e0
2 changed files with 36 additions and 0 deletions
|
|
@ -62,6 +62,19 @@
|
|||
}
|
||||
],
|
||||
"type": "prompt"
|
||||
},
|
||||
{
|
||||
"alignment": "left",
|
||||
"newline": true,
|
||||
"segments": [
|
||||
{
|
||||
"foreground": "#61AFEF",
|
||||
"style": "plain",
|
||||
"template": "❯ ",
|
||||
"type": "text"
|
||||
}
|
||||
],
|
||||
"type": "prompt"
|
||||
}
|
||||
],
|
||||
"console_title_template": "{{if .Root}} \u26a1 {{end}}{{.UserName}} \u2794 📁{{.Folder}}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue