Created
January 25, 2023 00:23
-
-
Save cinnamon-msft/b7203489e7d2ca9f0fc059be7575d906 to your computer and use it in GitHub Desktop.
Windows Terminal New Tab Dropdown Customization
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
"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