Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: empty zsh prompt string under Cygwin 1.1.0 xterm
- X-seq: zsh-users 3252
- From: Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxxx>
- To: Eric De Mund <ead@xxxxxxxxx>, zsh-users@xxxxxxxxxxxxxx (Zsh users list)
- Subject: Re: empty zsh prompt string under Cygwin 1.1.0 xterm
- Date: Wed, 05 Jul 2000 14:50:44 +0100
- In-reply-to: "Your message of Tue, 04 Jul 2000 22:31:45 PDT." <14690.51265.148864.28106@xxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
> Folks,
>
> My zsh has a null, empty prompt (nor are my .z* files sourced) when I
> bring up a zsh xterm:
Could be it's not in interactive mode, for some reason. Do something like
[[ -o zle ]] && print "zle is not running"
to check.
> zsh version:
> 3.0.5-nt-beta-0.74 (Amol Deshpande's port)
This isn't a cygwin-aware port, so far as I know, so it may not realise
(for reasons which would be far beyond my knowledge of Windows) that the
xterm is connected to a terminal.
If you want a more consistent environment, I'd suggest getting 3.1.9 (or
3.1.9-dev-2 from the development directory on the archive, which has a few
bug fixes but few other changes) and compiling it directly under cygwin.
I haven't tried it under an xterm, but normal operation under cygwin is fine.
--
Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxxx>
Cambridge Silicon Radio, Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK Tel: +44 (0)1223 392070
Messages sorted by:
Reverse Date,
Date,
Thread,
Author