Skip to content

Commit b326c33

Browse files
author
Yair Aichenbaum
committed
Merge branch 'develop' of https://github.com/duke7553/files-uwp into develop
2 parents c27cf1c + 6706fd7 commit b326c33

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)