windowsTerminal配置bash

时间:2020-07-01 14:52:17   收藏:0   阅读:69

windowsTerminal

{
    "acrylicOpacity": 0.5,
    "closeOnExit": true,
    "colorScheme": "Campbell",
    "commandline": "C:\\Program Files\\Git\\bin\\bash.exe", // 默认git安装路径如果你不一样就替换
    "cursorColor": "#FFFFFF",
    "cursorShape": "bar",
    "fontFace": "Monaco",
    "fontSize": 10,
    "guid": "{1d4e097e-fe87-4164-97d7-3ca794c316fd}",
    "historySize": 9001,
    "icon": "C:\\Users\\walterlv\\Resources\\Icons\\git-bash.png",
    "name": "Bash",
    "padding": "0, 0, 0, 0",
    "snapOnInput": true,
    "startingDirectory": "%USERPROFILE%"
    //"useAcrylic": true
}

原文:https://www.cnblogs.com/--just-lbk/p/13218921.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!