windows-configs/autohotkey/win-terminal.ahk

5 lines
101 B
AutoHotkey

;#NoTrayIcon
#q::
Run, powershell.exe -NoExit -Command "Set-Location $env:USERPROFILE"
return