我刚刚在 Windows 上的 PowerShell Core 7.1.1 上安装了 oh-my-posh,并且我正在 Windows 终端中使用 PowerShell。切换到git仓库后,提示如下: 一些字符显示为应该是三角形的框和分支字符,如 我目前正在使用 Cascadia 字体,我也尝试过 Meslo LG M Regular 和其他一些字体,但没有任何效果。我还将编码设置为 UTF-8,并且我可以在命令行中输入 Unicode 字符并且它们可以正确显示。现在我真的被困住了。
那么有人可以帮我解决这个问题吗?提前致谢。
答案 0 :(得分:0)
试试这个:
Update-Module -Name oh-my-posh -Scope CurrentUser
Caskaydia Cove Nerd Font
字体:https://www.nerdfonts.com/font-downloadsSet-Theme Powerline
"profiles": {
"defaults": {
// Put settings here that you want to apply to all profiles.
"fontFace": "CaskaydiaCove NF",
"fontSize": 12
},
}