Created
January 5, 2018 13:05
-
-
Save filipelenfers/ad38b689165a39be9b0b6ab697082d17 to your computer and use it in GitHub Desktop.
Hyper.js using Zsh on Windows with WSL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//I like to use zsh(with oh-my-zsh) as my default shell. | |
//First define your default distro for wsl | |
//run this on cmd.exe | |
//wslconfig /l | |
//wslconfig /s Ubuntu | |
//use this options on preferences of Hyper.js termina to use it as default. | |
{ | |
shell: 'C:\\Windows\\System32\\bash.exe', | |
shellArgs: ['--login', '-c', 'zsh'], | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment