1. Windows Terminal中 ctrl + ,打开设置配置文件

  2. 加入如下配置,其中guid通过在powershell中输入new-guid命令来随机得到一个。

"list": [
    {
        "guid": "{7306a25f-ab09-4968-8d58-90bc6bc18d0b}",
        "hidden": false,
        "name": "cygwin64",
        "commandline": "C:\\cygwin64\\bin\\mintty.exe",
        "icon": "C:/cygwin64/Cygwin-Terminal.ico"
    }
]
  1. 修改后保存立即生效-

参考: https://robbiecrash.me/cygwin-windows-terminal/

相关文章:

  • 2021-07-17
  • 2021-11-17
  • 2021-04-01
  • 2022-01-12
  • 2022-12-23
  • 2021-08-07
  • 2021-09-28
猜你喜欢
  • 2021-09-23
  • 2021-07-09
  • 2022-12-23
  • 2022-12-23
  • 2021-11-25
  • 2021-07-19
相关资源
相似解决方案