Skip to content

Commit 6706fd7

Browse files
author
lampenlampen
authored
Windows Terminal profile (#416)
* Includes a Windows Terminal profile
1 parent 4191f45 commit 6706fd7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Files/Assets/terminal/terminal.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@
1515
"path": "pwsh.exe",
1616
"arguments": "-WorkingDirectory \"{0}\"",
1717
"icon": ""
18+
},
19+
{
20+
"id": 3,
21+
"name": "Windows Terminal",
22+
"path": "wt.exe",
23+
"arguments": "-d \"{0}\"",
24+
"icon": ""
1825
}
1926
*/
2027
]

0 commit comments

Comments
 (0)