WSL + Hyper.js + tmux
In these days I focused on getting a better shell for my win10 host. I wanted a more reliable way to save shells and what’s better than the most loved tmux?
Moreover, I wanted a nice terminal, thus I gave Hyper a try.
Edit your ~/.hyper.js on your win10 host and edit the following lines:
1 2 3 4 5 6 module.exports = { // ... shell: 'C:\\Windows\\System32\\wsl.exe', // .