Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Issue redirecting zsh output
- X-seq: zsh-users 7964
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Stephen Bach <9sjb@xxxxxxxxxxxxxxxx>
- Subject: Re: Issue redirecting zsh output
- Date: Wed, 1 Sep 2004 20:41:48 -0700 (PDT)
- Cc: zsh-users@xxxxxxxxxx
- In-reply-to: <20040901235002.GA30082@juniper>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20040901235002.GA30082@juniper>
- Reply-to: zsh-users@xxxxxxxxxx
On Wed, 1 Sep 2004, Stephen Bach wrote:
> As you can see, for some reason zsh's prompt is not redirected.
That's because ZLE deliberately re-opens /dev/tty. If you don't want to
see the prompt, you have to turn off the line editor:
zsh +Z 2>&1 >/dev/null
Messages sorted by:
Reverse Date,
Date,
Thread,
Author