eg: 我给Terminal添加了git bush
只需要在list 列表里面添加一个git终端,code如下:
"list":
[
{
// Make changes here to the git-bash.exe profile
"guid": "{12a5517e-7758-458a-adf1-c3cadeda9ac8}",
"name": "Git Bash",
"icon": "C:\\Users\\Administrator\\Pictures\\icon\\git.png", //git图标
"commandline": "D:\\Git\\bin\\bash.exe", //你的git路径
"hidden": false
},
• { other termianl
• }
• ]
若想添加背景图片可在所在的list列表里直接添加:
{
// Make changes here to the git-bash.exe profile
"guid": "{12a5517e-7758-458a-adf1-c3cadeda9ac8}",
"name": "Git Bash",
"icon": "C:\\Users\\Administrator\\Pictures\\icon\\git.png",
"backgroundImage" : "C:\\Users\\Administrator\\Pictures\\Saved Pictures\\git.jpg",
"commandline": "D:\\Git\\bin\\bash.exe",
"hidden": false
}
我的seting设置:
若想要源代码可以参考我的GitHub:https://github.com/SeptemberBeryl/wire/blob/master/README.md,包含图片。
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。