Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Prompt theme: Show the original job text after foregrounding
- X-seq: zsh-users 16288
- From: Vin Shelton <acs@xxxxxxxxxxxxxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: Prompt theme: Show the original job text after foregrounding
- Date: Sun, 28 Aug 2011 12:16:20 -0400
- Cc: zsh-users@xxxxxxx
- 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=
- In-reply-to: <110815230507.ZM3115@torch.brasslantern.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <110815230507.ZM3115@torch.brasslantern.com>
- Sender: ethersoft@xxxxxxxxx
Hi, Bart -
On Tue, Aug 16, 2011 at 2:05 AM, Bart Schaefer
<schaefer@xxxxxxxxxxxxxxxx> 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.  You 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 you!
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author