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

Re: verbose shell execution



Just put set -x at the top of /etc/zshenv, which I think is the first
thing that would get executed. Then I think you can put set +x wherever
you want it to stop.

Toshiro Viera Stalker wrote:
> Is it possible to see the execution of all the different files involved in
> a
> login shell? (like .zshrc, /etc/zshenv, etc).
>
> I want to obtain something similar to the output obtained when you
> execute 'sh -x shell-script.sh'
>
> Regards,
>
> --
> Toshiro
> http://www.perlhowto.com
>



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