Skip to content

Instantly share code, notes, and snippets.

@filipelenfers
Created January 5, 2018 13:05
Show Gist options
  • Star 11 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save filipelenfers/ad38b689165a39be9b0b6ab697082d17 to your computer and use it in GitHub Desktop.
Save filipelenfers/ad38b689165a39be9b0b6ab697082d17 to your computer and use it in GitHub Desktop.
Hyper.js using Zsh on Windows with WSL
//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