msys2 / msys2-launcher

Helper for launching MSYS2 shells

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tweaking PATH from ini files doesn't work

cdglove opened this issue · comments

I'm not sure if this is a problem with the launcher, or if the new MSYS is overwriting the path. But, if I do something like this;

PATH=C:\Program Files\Git\cmd;%SystemRoot%\System32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SystemRoot%\System32\WindowsPowerShell\v1.0

Note I added a path to Git at the beginning, the change has no effect.

I think these will interest you: msys2/MSYS2-packages#535, msys2/MSYS2-packages#540

If that's not what you're talking about, feel free to re-open this ticket.

Thank you! That's very helpful.