From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29852 invoked from network); 15 Nov 2006 16:42:32 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,FORGED_RCVD_HELO autolearn=ham version=3.1.7 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 15 Nov 2006 16:42:32 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 24753 invoked from network); 15 Nov 2006 16:42:24 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 15 Nov 2006 16:42:24 -0000 Received: (qmail 2707 invoked by alias); 15 Nov 2006 16:42:17 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10990 Received: (qmail 2697 invoked from network); 15 Nov 2006 16:42:16 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 15 Nov 2006 16:42:16 -0000 Received: (qmail 23606 invoked from network); 15 Nov 2006 16:42:16 -0000 Received: from wr-out-0506.google.com (64.233.184.233) by a.mx.sunsite.dk with SMTP; 15 Nov 2006 16:42:13 -0000 Received: by wr-out-0506.google.com with SMTP id i20so64923wra for ; Wed, 15 Nov 2006 08:42:12 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=F663XdXtB94EyltwoBZqAGBOvqtp09eRDPFrhxEje3rYUjoeaW1ZcBgW2Rzes8j3WgNksVQe0tp7VeHGGCHbXtR7ZfM1X1X2XLFmj+BLZtAMcYFugzLG/XnmsySf2i5VoXdju384gG62vwMJSlz7QGoXhkLV7BiQfavkNFqRxcU= Received: by 10.100.153.9 with SMTP id a9mr682484ane.1163608929988; Wed, 15 Nov 2006 08:42:09 -0800 (PST) Received: from ?10.1.0.23? ( [204.107.76.231]) by mx.google.com with ESMTP id i10sm1224764wxd.2006.11.15.08.42.08; Wed, 15 Nov 2006 08:42:09 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v752.2) Content-Transfer-Encoding: 7bit Message-Id: <65AC8426-4C91-4561-94FD-409773888F12@gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: zsh-users@sunsite.dk From: Michael Hernandez Subject: my hacked clint prompt... Date: Wed, 15 Nov 2006 11:42:05 -0500 X-Mailer: Apple Mail (2.752.2) If anyone is interested I have my hacked-up clint prompt file posted up. For the neat battery stuff on OS X you'll need the "battery" script which I originally found at http://www.mitt-eget.com/ but I just looked and this guy has changed his site? I have the script it's original form posted as well (if you are the author and you don't want it there let me know and I'll remove it). The main differences are the addition of comments and the use of the battery script (which is written in zsh of course) to display colored battery state in the prompt. Oh and I changed the date around to american standard month/ day/year format ;) The prompt file is here: http://www.culmination.org/Mike/ prompt_clint_setup the battery script is here: http://www.culmination.org/Mike/battery ideas, questions, comments, fixes, etc are welcome :) Mike