pwsh: Make shortcut start in home folder (#909)

This commit is contained in:
Liwen Guo 2021-10-22 05:36:13 +02:00 committed by GitHub
parent c024b59627
commit be97063170
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,8 @@
"shortcuts": [ "shortcuts": [
[ [
"pwsh.exe", "pwsh.exe",
"PowerShell Core" "PowerShell Core",
"-WorkingDirectory ~"
] ]
], ],
"persist": [ "persist": [