From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21348 invoked from network); 24 Apr 1997 15:24:59 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 24 Apr 1997 15:24:59 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id LAA22889; Thu, 24 Apr 1997 11:03:06 -0400 (EDT) Resent-Date: Thu, 24 Apr 1997 11:00:56 -0400 (EDT) From: Zefram Message-Id: <4817.199704241503@stone.dcs.warwick.ac.uk> Subject: Re: man zsh output wanted To: tomk@efn.org Date: Thu, 24 Apr 1997 16:03:45 +0100 (BST) Cc: zsh-users@math.gatech.edu In-Reply-To: from "Tom Kirkpatrick" at Apr 24, 97 07:46:36 am X-Loop: zefram@dcs.warwick.ac.uk X-Stardate: [-31]9228.13 X-Phase: The Moon is Waning Gibbous (97% of Full) X-US-Congress: Moronic fuckers X-Personality: INTJ X-This-is-not-HTML: Content-Type: text Resent-Message-ID: <"GG1Fx1.0.0Z5.dMtNp"@euclid> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/842 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Tom Kirkpatrick wrote: >Also i'm having trouble with the prompt_command thing... >I tried defining $precmd > >precmd=~/scripts/m You want to create a *function* called precmd, not a parameter: function precmd { ~/scripts/m } -zefram