From cd7606540a80c055257e7b2f699102eb6c243342 Mon Sep 17 00:00:00 2001 From: LGUG2Z Date: Mon, 27 Feb 2023 13:24:47 -0800 Subject: [PATCH] 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 --- whkdrc.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whkdrc.sample b/whkdrc.sample index a0f6b707..90665794 100644 --- a/whkdrc.sample +++ b/whkdrc.sample @@ -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