On Thu, 2 Sep 2010, Benjamin R. Haskell wrote:
[...]
I notice that the rxvt command prepends Cygwin's 'run.exe' wrapper,
whereas the mintty version lacks it:
rxvt: (as you listed):
C:\cygwin\bin\run.exe C:\cygwin\bin\rxvt.exe -e /bin/xhere /bin/zsh.exe "%L"
mintty:
C:\cygwin\bin\mintty.exe -e /bin/xhere /bin/zsh.exe "%L"
Maybe try dropping that?:
C:\cygwin\bin\rxvt.exe -e /bin/xhere /bin/zsh.exe "%L"
FYI, to do this, you can use regedit, and modify the value of the
'(Default)' key in the entry:
(Computer)\HKEY_CLASSES_ROOT\Directory\shell\cygwin_zsh\command
-- Ben