Does anyone know how to set mintty to use zsh on the newest cygwin install?
Asked
Active
Viewed 5,329 times
3 Answers
10
If your shortcut is using mintty.exe then change it to:
C:\cygwin\bin\mintty.exe -i /Cygwin-Terminal.ico /bin/zsh --login
David C. Bishop
- 1,553
0
Just to complement David C Bishop's answer, now more likely to be using cygwin64. (Create a Windows desktop shortcut, and paste following in as the 'location')
C:\cygwin64\bin\mintty.exe -i /Cygwin-Terminal.ico /bin/zsh --login
zzapper
- 361