10

Does anyone know how to set mintty to use zsh on the newest cygwin install?

flumpb
  • 495
  • 1
  • 5
  • 16

3 Answers3

17

Just edit your /etc/passwd and replace /bin/bash with /bin/zsh.

jjlin
  • 15,462
  • 4
  • 51
  • 51
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,502
  • 11
  • 10
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
  • 311
  • 4
  • 8