Created
June 2, 2020 05:37
-
-
Save bjeanes/777a0fda62e9f2402261500f56a75b5e to your computer and use it in GitHub Desktop.
Windows Terminal Settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// To view the default settings, hold "alt" while clicking on the "Settings" button. | |
// For documentation on these settings, see: https://aka.ms/terminal-documentation | |
{ | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"defaultProfile": "{2c4de342-38b7-51cf-b940-2309a097f518}", | |
"copyOnSelect": true, | |
"profiles": { | |
"defaults": { | |
"closeOnExit": true, | |
"cursorShape": "bar", | |
"fontFace": "MesloLGS NF", | |
"fontSize": 10, | |
"hidden": false, | |
"historySize": 9001, | |
"padding": "5, 5, 5, 5", | |
"snapOnInput": true, | |
"startingDirectory": "%USERPROFILE%" | |
}, | |
"list": [ | |
{ | |
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}", | |
"hidden": false, | |
"name": "Ubuntu", | |
"source": "Windows.Terminal.Wsl", | |
"startingDirectory": "\\\\wsl$\\Ubuntu\\home\\bjeanes" | |
}, | |
{ | |
"commandline": "\"%PROGRAMFILES%\\git\\usr\\bin\\bash.exe\" -i -l", | |
"cursorColor": "#FFFFFF", | |
"guid": "{f2546aaf-cabc-4f63-a54a-e2d798b1136a}", | |
"icon": "ms-appx:///ProfileIcons/{0caa0dad-35be-5f56-a8ff-afceeeaa6101}.png", | |
"name": "Bash (git)", | |
"snapOnInput": true | |
}, | |
{ | |
"commandline": "C:\\Program Files\\PowerShell\\7\\pwsh.exe", | |
"guid": "{90cbdc15-f4fe-49d3-a245-ec066b70845f}", | |
"icon": "C:\\Program Files\\PowerShell\\7\\assets\\Powershell_av_colors.ico", | |
"name": "PowerShell 7" | |
}, | |
{ | |
"commandline": "powershell.exe", | |
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
"hidden": true, | |
"name": "Windows PowerShell 5" | |
}, | |
{ | |
"closeOnExit": true, | |
"commandline": "cmd.exe", | |
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", | |
"name": "cmd" | |
}, | |
{ | |
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", | |
"hidden": true, | |
"name": "Azure Cloud Shell", | |
"source": "Windows.Terminal.Azure" | |
}, | |
{ | |
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
"hidden": true, | |
"name": "PowerShell", | |
"source": "Windows.Terminal.PowershellCore" | |
} | |
] | |
}, | |
"schemes": [], | |
"keybindings": [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment