Hello,
I recently installed Bash on Ubuntu on Windows, and I'm really sad: because the terminal provided by Windows is the classic old CMD.exe
, so I wonder about how it would be possible to use this Bash under WSL (Windows Subsystem for Linux) inside Hyper?
Thank you very much,
I just did this last night. Go into .hyper.js
settings and modify the shell
property to be bash.exe
Every new terminal you launch will now use Bash on Ubuntu on Windows
as @ZacBlanco said, replace shell
in your .hyper.js
to bash.exe
Re-open if you need more help @yvan-sraka, closing this as it seems resolved 馃憣
Or you can just enter in the command bash
when you want to enter the WSL
Most helpful comment
I just did this last night. Go into
.hyper.js
settings and modify theshell
property to bebash.exe
Every new terminal you launch will now use Bash on Ubuntu on Windows