Skip to content

Instantly share code, notes, and snippets.

@FrankDeGroot
Created March 6, 2021 08:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FrankDeGroot/e046a625b2bfb5feebfec02e956c5d06 to your computer and use it in GitHub Desktop.
Save FrankDeGroot/e046a625b2bfb5feebfec02e956c5d06 to your computer and use it in GitHub Desktop.
Windows Terminal custom settings fragments
[
{
"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