微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

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

如何解决无法在 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

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。