码迷,mamicode.com
首页 > Windows程序 > 详细

windowsTerminal配置bash

时间:2020-07-01 14:09:11      阅读:86      评论:0      收藏:0      [点我收藏+]

标签:NPU   错误   ons   size   github   close   erp   tar   profile   

windowsTerminal

  • windowsTerminal 配置 bash or git-bash

  • 打开你的windowsTerminal 在最上方你会看到一个下拉三角,点击,并且再次点击setting,会有一个选择以某种方式打开,选择你熟悉的某种方式打开,搜索或查找到 profiles ,下面就是配置不同终端的,你至少应该看到有一个,然后复制一下代码,到其中,注意json格式不要出错,完事保存,如果有错误会有提示,请自行查看对应行是否有错误。

{
    "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
}

windowsTerminal配置bash

标签:NPU   错误   ons   size   github   close   erp   tar   profile   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!