Created
March 6, 2021 08:04
-
-
Save FrankDeGroot/e046a625b2bfb5feebfec02e956c5d06 to your computer and use it in GitHub Desktop.
Windows Terminal custom settings fragments
This file contains 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
[ | |
{ | |
"guid": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}", | |
"hidden": false, | |
"name": "Ubuntu-18.04", | |
"source": "Windows.Terminal.Wsl" | |
}, | |
{ | |
"guid": "{67237ada-0f41-97ed-5b91-78d99368f41a}", | |
"hidden": false, | |
"name": "Git Bash", | |
"commandline": "...\\bash.exe", | |
"closeOnExit": "graceful" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment