From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by melb.werple.net.au (8.7.5/8.7.3/2) with ESMTP id LAA29634 for ; Sat, 13 Jul 1996 11:35:46 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id VAA22168; Fri, 12 Jul 1996 21:23:38 -0400 (EDT) Resent-Date: Fri, 12 Jul 1996 21:18:12 -0400 (EDT) Message-Id: <199607130117.VAA20080@nerc.com> MIME-Version: 1.0 (NeXT Mail 3.3 v118.2) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable In-Reply-To: <199607111045.UAA05053@molly.cs.monash.edu.au> X-Nextstep-Mailer: Mail 3.3 (Enhance 1.3) From: "Timothy J. Luoma" Date: Fri, 12 Jul 96 21:17:18 -0400 To: zsh-users@math.gatech.edu Subject: Re: zsh 3pre2: carriage return in prompt -- SOLVED Reply-To: luomat@nerc.com References: <199607111045.UAA05053@molly.cs.monash.edu.au> Organization: Princeton Theological Seminary X-URL: http://www.nerc.com/~luomat Resent-Message-ID: <"j9KXc2.0.BP5.Jblvn"@euclid> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/290 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Gosh I'm an idiot. I surprise myself even. I had put the new PROMPT definitions in my .zshenv BEFORE the old = one, so as zsh read my .zshenv it set the prompt twice, once the = new way, and then, about 20 lines down, it reset it to the old = way. Which explains why the new way didn't "work". Sorry for my silliness... TjL