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

Re: zshrc alias



2013/10/2 shawn wilson <ag4ve.us@xxxxxxxxx>:
> ok, I like zsh -x but it's running out of the buffer. How do I dump it?
>
> I'm guessing it's comming out of another fd?
>
> % zsh -x > trace 2>&1
>
> didn't produce any info

AFAIK, this should work. Have you exited the shell launched with the
-x flag? Eg.:

$ zsh -x > trace 2>&1
$ exit
$ cat trace

-- 
Jérémie



Messages sorted by: Reverse Date, Date, Thread, Author