Skip to content

Commit 83dce4b

Browse files
authored
Added a default Powershell profile (#2153)
1 parent b9c2fc1 commit 83dce4b

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

Files/Assets/terminal/terminal.json

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,12 @@
77
"path": "cmd.exe",
88
"arguments": "",
99
"icon": ""
10-
}
11-
/*
12-
{
13-
"name": "PowerShell Core 6",
14-
"path": "pwsh.exe",
15-
"arguments": "",
16-
"icon": ""
1710
},
1811
{
19-
"name": "Windows Terminal",
20-
"path": "wt.exe",
21-
"arguments": "-d .",
12+
"name": "PowerShell",
13+
"path": "powershell.exe",
14+
"arguments": "-noexit -command \"cd '{0}'\"",
2215
"icon": ""
23-
}
24-
*/
16+
}
2517
]
2618
}

0 commit comments

Comments
 (0)