Nick
Nick
I'm not quite sure the reason why you are using groups in this example here. Why do you want to group subcommands? In my opinion, the commands themselves act like...
Thanks for this! Managed to get it working by adding the `commandLine` to it. However, now when opening it normally, it will always open default to `/mnt/c/WINDOWS/System32`. Is there a...
> Workaround - add the following in `.bashrc` inside WSL: > > ``` > # Change starting directory for the default system directory > if [ "$PWD" = "/mnt/c/WINDOWS/system32" ];...