mskyaxl / wsl-terminal

Terminal emulator for Windows Subsystem for Linux (WSL)
MIT License
3.12k stars 160 forks source link

Make vim.exe use "bash --login" option #201

Open PunkPhysicist opened 2 years ago

PunkPhysicist commented 2 years ago

Starting vim from within terminal vs vim.exe seem to be working differently (e.g. the PATH that I use in my ~/.bashrc is not sourced when starting via vim.exe)

From issue #131 it seems that there should be some way for the shell to be started with the --login option. Is this possible to do?