Guest User

Untitled

a guest
Jan 12th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. //I like to use zsh(with oh-my-zsh) as my default shell.
  2.  
  3. //First define your default distro for wsl
  4. //run this on cmd.exe
  5. //wslconfig /l
  6. //wslconfig /s Ubuntu
  7.  
  8. //use this options on preferences of Hyper.js termina to use it as default.
  9. {
  10. shell: 'C:\\Windows\\System32\\bash.exe',
  11. shellArgs: ['--login', '-c', 'zsh'],
  12. }
Add Comment
Please, Sign In to add comment