ConEmu / ConEmu.github.io

Official ConEmu page on GitHub
https://conemu.github.io/
52 stars 40 forks source link

BashOnWindows - WSL - bash.exe is deprecated in favor of wsl.exe #25

Open ladb-bill opened 6 years ago

ladb-bill commented 6 years ago

Per https://docs.microsoft.com/en-us/windows/wsl/interop bash.exe has been deprecated in favor of wsl.exe.

They are not completely interchangeable. bash.exe will always start bash. wsl.exe will start whatever shell is configured in /etc/passwd, which may be preferable for, e.g. zsh users.

Maximus5 commented 6 years ago

So..?