docs(whkd): set powershell as default in whkdrc

A number of people have been tripped up by not having the latest version
of PowerShell installed, which is referenced by the binary "pwsh", so
this commit sets the default .shell in whkdrc.sample to "powershell"
which _should_ come installed with every version of Windows since
Windows 10.

resolve #365
This commit is contained in:
LGUG2Z
2023-02-27 13:24:47 -08:00
parent f41e8c151e
commit cd7606540a

View File

@@ -1,4 +1,4 @@
.shell pwsh
.shell powershell
# reload swhkd configuration
# alt + o : taskkill /f /im swhkd.exe && start /b swhkd # if shell is cmd