Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Issue redirecting zsh output



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