Open silentmantra opened 1 year ago
seems that's in the mintty's config settings. will try
I think you have to add --position
command line option in the mintty/wsltty shortcut. The details can be found here https://mintty.github.io/mintty.1.html
I think you have to add
--position
command line option in the mintty/wsltty shortcut. The details can be found here https://mintty.github.io/mintty.1.html
yes, works fine, cannot figure out how to execute bash command on start though... --exec
doesnt work for some reason, says "wrong directory"
cannot figure out how to execute bash command on start though...
In the wsltty shortcuts properties, try to replace the -
with the command. @mintty may provide proper solution.
Replace the --WSL=...
parameter with just --wsl
.
Replace the final -
with the wslbridge2 command, including the distro, and add the desired command, e.g.
wslbridge2 -d Debian mc
First thank you for the best wsl terminal (the miserable windows terminal goes to hell). I have 2 questions: