mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-03-22 01:19:21 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user