I'm on Windows 10 and trying to run a startup script (vcvars64.bat) to setup the MSVC compiler before using the Alacritty prompt.
I have tried the -e
switch with the command and also with the alacritty.yml
shell:
option, but both options open Alacritty
, run the command, then exit.
How do I run a script on startup as the first command then continue into Alacritty
?
Thanks, Matic