From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18456 invoked from network); 3 Jul 2006 19:22:29 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 3 Jul 2006 19:22:29 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 2233 invoked from network); 3 Jul 2006 19:22:22 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 3 Jul 2006 19:22:22 -0000 Received: (qmail 24977 invoked by alias); 3 Jul 2006 19:22:14 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10470 Received: (qmail 24967 invoked from network); 3 Jul 2006 19:22:13 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 3 Jul 2006 19:22:13 -0000 Received: (qmail 1199 invoked from network); 3 Jul 2006 19:22:13 -0000 Received: from nf-out-0910.google.com (64.233.182.184) by a.mx.sunsite.dk with SMTP; 3 Jul 2006 19:22:13 -0000 Received: by nf-out-0910.google.com with SMTP id a27so507124nfc for ; Mon, 03 Jul 2006 12:22:12 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=lhiNZ4WwSi/6kwG+QU5t6Mhnr4z5E+UEozQf7Efz2T71fwzJrHTY+I8IL6FRe2hKkp9yDjG64lQKGaAL6SVcIZ3vMijV5VR77dU8r2onJGHSAR5VB6j/HhrIpRd0phExYXFMpLMHxQBDhYvCDn7hIKW6+pLtPbluMSpLdfXLY3c= Received: by 10.78.177.3 with SMTP id z3mr2434254hue; Mon, 03 Jul 2006 12:22:12 -0700 (PDT) Received: by 10.78.178.20 with HTTP; Mon, 3 Jul 2006 12:22:12 -0700 (PDT) Message-ID: Date: Mon, 3 Jul 2006 21:22:12 +0200 From: "Nikolai Weibull" Sender: nikolai.weibull@gmail.com To: "Alex Polite" Subject: Re: Adding a new-line to the prompt. Cc: zsh-users@sunsite.dk In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Google-Sender-Auth: 0897fea944223565 On 7/3/06, Alex Polite wrote: > This is my first day of zsh after some approx 2300 days of bash. First thing > I have to do is recreate my bash prompt which ends in a newline. If you use the prompt functionality, then you should be using $prompt_newline (see Section 25.3, "Prompt Themes", in the manual). nikolai