windows-configs/autohotkey/win-terminal.ahk

5 lines
101 B
AutoHotkey
Raw Permalink Normal View History

2024-03-20 16:04:51 +00:00
;#NoTrayIcon
#q::
Run, powershell.exe -NoExit -Command "Set-Location $env:USERPROFILE"
return