ZSH with mintty on latest cygwin?

10

2

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

flumpb

Posted 2012-03-02T21:17:40.473

Reputation: 495

Answers

17

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

jjlin

Posted 2012-03-02T21:17:40.473

Reputation: 12 964

9

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

Posted 2012-03-02T21:17:40.473

Reputation: 1 184

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

Posted 2012-03-02T21:17:40.473

Reputation: 231