From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11407 invoked by alias); 14 Feb 2012 05:23:32 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 30217 Received: (qmail 10234 invoked from network); 14 Feb 2012 05:23:20 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,DKIM_SIGNED, HTML_MESSAGE,RCVD_IN_DNSWL_LOW,T_DKIM_INVALID autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 74.125.82.171 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=boTP16IizGQyHH6YuKD0j3F0TFI9W6c/xjhHcw9bBo8=; b=Abbs+zmAl107tGMP2rvUaSAYuXJUBPfDUdPDzH/C+rjy8y19ocXfxFGLLilEUToO9u 8XpAeI9Isf+h6gfZ06Vcr7zGsI/0/l4dkBqJSv0zDxFaYk+KLQGWJxPfzmL1SJbyFogd aXHpIlppjfl7opvHwZeCoaZxznsrSDTZOj8VU= MIME-Version: 1.0 Sender: 4wayned@gmail.com In-Reply-To: <20120214000834.GA85895@redoubt.spodhuis.org> References: <871upyld63.fsf@ft.bewatermyfriend.org> <20120214000834.GA85895@redoubt.spodhuis.org> Date: Mon, 13 Feb 2012 21:23:13 -0800 X-Google-Sender-Auth: tBckwoZnzl3j_SzkUYz9nftSXrw Message-ID: Subject: Re: PATCH: Fix quoting in `redhat' prompt From: Wayne Davison To: Frank Terbeck , zsh-workers@zsh.org Content-Type: multipart/alternative; boundary=f46d04182610a0f12004b8e5ca1b --f46d04182610a0f12004b8e5ca1b Content-Type: text/plain; charset=UTF-8 On Mon, Feb 13, 2012 at 4:08 PM, Phil Pennock < zsh-workers+phil.pennock@spodhuis.org> wrote: > PS1='[%n@%m %1~]%(#.#.$) ' > Yeah, that's what the \$ idiom does in bash (renders as $ or #). I've committed that tweak. ..wayne.. --f46d04182610a0f12004b8e5ca1b--