Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: cygwin chere not working with zsh version 4.3.10 but worked for 4.3.9



Thanks for all the great ideas!

I will let you know how it goes.

Thanks again!

On 9/2/2010 2:18 PM, Benjamin R. Haskell wrote:
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



Messages sorted by: Reverse Date, Date, Thread, Author