小编Ant*_*ony的帖子

Windows 终端添加 git-bash 始终在新终端窗口中打开

我能够弄清楚如何在 Windows 终端中集成 Git-Bash,但是当我选择它时,它总是在 Windows 终端的新窗口中打开。个人资料如下,姓名已删除。

 {
    "tabTitle": "Git Bash",
    "acrylicOpacity": 0.5,
    "background": "#012456",
    "closeOnExit": true,
    "colorScheme": "Campbell",
    "commandline": "\"C:\\Program Files\\Git\\git-bash.exe\" --cd-to-home",
    "cursorColor": "#FFFFFF",
    "cursorShape": "bar",
    "fontFace": "Consolas",
    "fontSize": 10,
    "guid": "{<some guid>}",
    "historySize": 9001,
    "icon": "C:\\Users\\<user>\\Pictures\\gitbash.png",
    "name": "Git Bash",
    "padding": "0, 0, 0, 0",
    "snapOnInput": true,
    "startingDirectory": "C:\\Users\\<user>",
    "useAcrylic": true
  },
Run Code Online (Sandbox Code Playgroud)

git-bash windows-terminal

3
推荐指数
1
解决办法
2438
查看次数

标签 统计

git-bash ×1

windows-terminal ×1