mskyaxl / wsl-terminal

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

run-wsl-file do not source .profile #170

Closed liuxy9999 closed 4 years ago

liuxy9999 commented 4 years ago

While using "shell=/bin/bash --login" in conf, "open-wsl" apply ".profile". But run .sh file with "run-wsl-file" don't apply ".profile". even "whoami" cannot executed in .sh file. Is there any way?