Skip to content

Instantly share code, notes, and snippets.

@cinnamon-msft
Created January 25, 2023 00:23
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cinnamon-msft/b7203489e7d2ca9f0fc059be7575d906 to your computer and use it in GitHub Desktop.
Save cinnamon-msft/b7203489e7d2ca9f0fc059be7575d906 to your computer and use it in GitHub Desktop.
Windows Terminal New Tab Dropdown Customization
"newTabMenu":
[
{
"type": "remainingProfiles"
},
{
"allowEmpty": false,
"entries":
[
{
"profile": "Ubuntu",
"type": "profile"
},
{
"profile": "Debian",
"type": "profile"
}
],
"icon": "",
"inline": "never",
"name": "WSL",
"type": "folder"
},
{
"allowEmpty": false,
"entries":
[
{
"profile": "Administrator: PowerShell",
"type": "profile"
}
],
"icon": "",
"inline": "never",
"name": "Administrator",
"type": "folder"
},
{
"type": "separator"
},
{
"allowEmpty": false,
"entries":
[
{
"profile": "PowerToys PowerShell",
"type": "profile"
}
],
"icon": "",
"inline": "never",
"name": "PowerToys",
"type": "folder"
}
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment