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

Re: ZSH on Dos/Windows (long)



* Bart Schaefer (03-04-06 22:45 +0100)
> Second thing I noticed is that the PATH is not set up correctly if you
> start zsh directly (as opposed to starting bash first and then running
> zsh from there).  This is the fault of whoever built the zsh package
> for cygwin, not of zsh itself.

"/etc/zprofile" takes care of that:
PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:$PATH"

> It appears from Thorsten's message that there may be different sequences
> when the shift or control keys are pressed, because I don't know what
> generates e.g. "^[Od" (which Thorsten bound to backward-word).

This is [Ctrl]+[Cursor_left] in rxvt, but only rxvt generates 
different keycodes for [Ctrl] and [Shift], the native windows console 
doesn't.

Thorsten
-- 
 Content-Type: text/explicit; charset=ISO-8859-666 (Parental Advisory)
 Content-Transfer-Warning: message contains innuendos not suited for
 children under the age of 18



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