This repository was archived by the owner on Jun 9, 2023. It is now read-only.

Description
some browsers install themselves to the %LocalAppData% Directory inside %UserProfile% would be nice if you'd be able to use Environment variables. FYI %ProgramFiles% is a thing.
As a workaround I use cmd.exe for the variable expansion, which works but is a bit of a hack.
brave = "C:\WINDOWS\system32\cmd.exe" /c start %LocalAppData%\BraveSoftware\Brave-Browser\Application\brave.exe
also maybe update the 32bit paths in the documentation
ff = "C:\Program Files\Mozilla Firefox\firefox.exe"
ffdev = "C:\Program Files\Firefox Developer Edition\firefox.exe"