From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19418 invoked by alias); 28 Aug 2011 16:16:28 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 16288 Received: (qmail 15699 invoked from network); 28 Aug 2011 16:16:26 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.160.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:cc:content-type :content-transfer-encoding; bh=nVv4UHrHa2fq9y4hLvGIOYCFIZ5tISs6PMBgveFH6pA=; b=E+p1wnxqyVjMp6PSgRwv3zKyMH4ykwUM0bxWxTj9HW1gQWksfRji9Ji6Z1L4wPzqNw 2FHqXxPWrFyNxH7yh4SkG3pFEbmqgS7xnbhao4Eu3vqnEeLCeLckx+WdgDNRy6HW32mg hbV1EXY2S5s1oQh08p3/FsfrH/xRqqwtkxxBc= MIME-Version: 1.0 Sender: ethersoft@gmail.com In-Reply-To: <110815230507.ZM3115@torch.brasslantern.com> References: <110815230507.ZM3115@torch.brasslantern.com> Date: Sun, 28 Aug 2011 12:16:20 -0400 X-Google-Sender-Auth: -oQC8EGW71hq_6AZkjkM4h2qYhQ Message-ID: Subject: Re: Prompt theme: Show the original job text after foregrounding From: Vin Shelton To: Bart Schaefer Cc: zsh-users@zsh.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi, Bart - On Tue, Aug 16, 2011 at 2:05 AM, Bart Schaefer wrote: > For years I've been using a two-line prompt that displays the previous > command and its exit status (represented by highlighting) in the first > of the two lines. =A0You may have seen this as "prompt bart" in the theme > system distributed with zsh. I've been an enthusiastic user of "prompt bart" for several years. Thank y= ou! I think your latest change has caused alias expansion to occur for the upper left prompt. In my case, this has converted the fairly tidy [l abcde] to the messier (IMO) [ls --dereference-command-line-symlink-to-dir -F abcde] I didn't see a way to disable the preexec hook - is there any way to customize this? Thanks, Vin