fix: nushell oh my posh prompt config

This commit is contained in:
Rasyidan Akbar F. 2025-10-01 10:54:05 +07:00
commit 305f8706e0
2 changed files with 36 additions and 0 deletions

View file

@ -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}}",