From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21316 invoked from network); 23 Jan 2003 09:05:13 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 23 Jan 2003 09:05:13 -0000 Received: (qmail 15915 invoked by alias); 23 Jan 2003 09:04:44 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5804 Received: (qmail 15908 invoked from network); 23 Jan 2003 09:04:43 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 23 Jan 2003 09:04:43 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [192.35.17.14] by sunsite.dk (MessageWall 1.0.8) with SMTP; 23 Jan 2003 9:4:43 -0000 Received: from mail3.siemens.de (mail3.siemens.de [139.25.208.14]) by david.siemens.de (8.11.6/8.11.6) with ESMTP id h0N94gY00571; Thu, 23 Jan 2003 10:04:42 +0100 (MET) Received: from MOWD019A.mow.siemens.ru ([163.242.196.119]) by mail3.siemens.de (8.11.6/8.11.6) with ESMTP id h0N94fq29905; Thu, 23 Jan 2003 10:04:42 +0100 (MET) Received: by mowd019a.mow.siemens.ru with Internet Mail Service (5.5.2653.19) id ; Thu, 23 Jan 2003 12:05:28 +0300 Received: from mw2b210c (163.242.193.12 [163.242.193.12]) by MOWD019A.mow.siemens.ru with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id DPAFMMJL; Thu, 23 Jan 2003 12:05:23 +0300 From: Borzenkov Andrey To: "'John Buttery'" , zsh-users@sunsite.dk Subject: RE: Prompt themes Date: Thu, 23 Jan 2003 12:04:31 +0300 Message-ID: <6134254DE87BD411908B00A0C99B044F03A0B5F7@mowd019a.mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 In-Reply-To: <20030123085730.GA2758@io.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 > * Bart Schaefer [2002-06-28 16:21:49 +0000]: > > Running `prompt -h adam2' says, among other things: > > I just tried this and I don't have a "prompt" command. Am I missing > something? > fpath=($fpath /usr/share/zsh/$ZSH_VERSION/functions/Prompts) autoload -U promptinit; promptinit depending on your installation everything may dumped just under .../functions (without subdirectory) and replace /usr/share with your prefix. -andrey