From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28268 invoked from network); 5 Oct 1999 11:32:04 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 5 Oct 1999 11:32:04 -0000 Received: (qmail 2126 invoked by alias); 5 Oct 1999 11:31:38 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8135 Received: (qmail 2119 invoked from network); 5 Oct 1999 11:31:38 -0000 Subject: Re: PATCH: prompt fun In-Reply-To: <19991004194029.B17010@thelonious.new.ox.ac.uk> from Adam Spiers at "Oct 4, 1999 7:40:29 pm" To: adam@spiers.net Date: Tue, 5 Oct 1999 12:31:25 +0100 (BST) Cc: zsh-workers@sunsite.auc.dk X-Mailer: ELM [version 2.4ME+ PL48 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: From: Zefram Adam Spiers wrote: >+fg_magenta="$(echo -n '\e[35m')" fg_magenta=$'\e[35m' and so on. >+++ prompt_yellow_setup Mon Oct 4 17:42:43 1999 >@@ -0,0 +1,18 @@ >+# Converted to zsh prompt theme by bash2zshprompt, written by >+# Created by Jim Foltz >+# Changed by Spidey 08/06 What's the copyright on these? -zefram