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

Re: PATCH: PATCH: Add `sourcetrace' option



On Sat, 23 Jan 2010, Frank Terbeck wrote:

> Peter wrote:
> > Is there a way to list the files that the shell has read on startup?
> 
> With this patch, you can invoke zsh like this:
>     % zsh -o sourcetrace
> 
> [...]
> 
> Here's an updated patch. I'm happy with the way the documentation reads
> now.
> 
> Regards, Frank
> [...]
> 
> diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
> index 8c11c82..4f57e23 100644
> --- a/Doc/Zsh/options.yo
> +++ b/Doc/Zsh/options.yo
>  [...]
> +If set, zsh will print an informational message announcing the name of
> +each file loads.  A file may be loaded by the shell itself when it

Missed a word or two:

+If set, zsh will print an informational message announcing the name of
+each file it loads.  A file may be loaded by the shell itself when it
           ^^^

(or 'as it'?)

-- 
Best,
Ben



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