WindowsTerminal添加配置

添加 Git Bash 配置

1
2
3
4
5
6
7
{
"commandline": "C:\\Program Files\\Git\\bin\\bash.exe",
"guid": "{eccec369-0465-4947-9230-df05bf070d65}",
"icon": "C:\\Program Files\\Git\\mingw64\\share\\git\\git-for-windows.ico",
"name": "Git Bash",
"startingDirectory": "%USERPROFILE%"
}

添加 SSH 配置

1
2
3
4
5
6
{
"commandline": "ssh root@119.3.141.3",
"guid": "{0a15fe74-9e5f-45e5-88ef-93984309c451}",
"icon": "ms-appx:///ProfileIcons/{9acb9455-ca41-5af7-950f-6bca1bc9722f}.png",
"name": "root@119.3.141.3"
}