-
Notifications
You must be signed in to change notification settings - Fork 11
/
windows-terminal-settings.json
34 lines (34 loc) · 1.17 KB
/
windows-terminal-settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
// see https://aka.ms/terminal-documentation
// see https://aka.ms/terminal-profile-settings
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{8db9d5e3-aac3-4aa4-acc4-773ff088ca77}",
"profiles": {
"defaults": {
"fontFace": "Cascadia Code",
"fontSize": 12
},
"list": [
{
"guid": "{8db9d5e3-aac3-4aa4-acc4-773ff088ca77}",
"name": "msys2 bash",
"commandline": "C:\\tools\\msys64\\usr\\bin\\bash -c \"export PATH=\"\"/bin:$PATH\"\"; exec bash -i\"",
"icon": "C:\\tools\\msys64\\msys2.ico",
"startingDirectory": "%USERPROFILE%",
"hidden": false
},
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Windows PowerShell",
"commandline": "powershell.exe",
"hidden": false
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name": "Command Prompt",
"commandline": "cmd.exe",
"hidden": false
}
]
}
}