Windows Terminal Settings
"profiles": | |
{ | |
"defaults": { | |
"fontFace": "Cascadia Code PL", | |
"Set-Theme": "Paradox", | |
"useAcrylic": true, | |
"acrylicOpacity": 0.5 | |
}, | |
"list": | |
[ | |
{ | |
// Make changes here to the powershell.exe profile. | |
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
"name": "Windows PowerShell", | |
"commandline": "powershell.exe", | |
"startingDirectory": ".", | |
"hidden": false, | |
"useAcrylic": true, | |
"acrylicOpacity": 0.5 | |
}, | |
{ | |
// Make changes here to the cmd.exe profile. | |
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", | |
"name": "Command Prompt", | |
"commandline": "cmd.exe", | |
"startingDirectory": ".", | |
"hidden": false, | |
"useAcrylic": true, | |
"acrylicOpacity": 0.5 | |
}, | |
{ | |
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", | |
"hidden": false, | |
"name": "Azure Cloud Shell", | |
"startingDirectory": ".", | |
"source": "Windows.Terminal.Azure" | |
} | |
] | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment