无法在 oh-my-posh 提示中识别未编码元素的来源

问题描述

我在 Windows 终端中使用 oh-my-posh v3。

如果我在一个非 git 目录中,我的提示看起来像这样...

Non-git prompt

但是,在启用了 git 的目录中,它看起来像这样...

enter image description here

我已将主题的定义导出到 json,正如您所看到的,我找不到任何似乎与提示中的第一个块有关的内容

{
  "$schema": "https://raw.githubusercontent.com/JanDedobbeleer/oh-my-posh/main/themes/schema.json","blocks": [
    {
      "alignment": "left","segments": [
        {
          "background": "#c386f1","foreground": "#ffffff","leading_diamond": "","style": "diamond","trailing_diamond": "","type": "session"
        },{
          "background": "#ff479c","powerline_symbol": "","properties": {
            "prefix": "  ","style": "folder"
          },"style": "powerline","type": "path"
        },{
          "background": "#fffb38","foreground": "#193549","properties": {
            "display_stash_count": true,"display_upstream_icon": true
          },"type": "git"
        },{
          "background": "#f36943","properties": {
            "battery_icon": "","charged_color": "#4caf50","charging_color": "#40c4ff","color_background": true,"discharging_color": "#ff5722","postfix": " "
          },"type": "battery"
        },{
          "background": "#6CA35E","properties": {
            "prefix": "  "
          },"type": "node"
        },{
          "background": "#0077c2","properties": {
            "prefix": " ﲵ "
          },"type": "shell"
        },{
          "background": "#ffff66","type": "root"
        },{
          "background": "#2e9599","leading_diamond": "","properties": {
            "always_enabled": true,"display_exit_code": false,"error_color": "#f1184c","prefix": "<transparent></> "
          },"trailing_diamond": "","type": "exit"
        }
      ],"type": "prompt"
    }
  ],"final_space": true
}

我的 $Profile 看起来像这样...

Import-Module posh-git
Import-Module oh-my-posh
Import-Module -Name Terminal-Icons
Set-PoshPrompt -Theme jandedobbeleer

谁能建议这是从哪里来的?

解决方法

结果很简单;从我的 $profile

中删除 Import-Module posh-git