Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: PATCH: Add `sourcetrace' option
- X-seq: zsh-workers 27625
- From: "Benjamin R. Haskell" <zsh@xxxxxxxxxx>
- To: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>
- Subject: Re: PATCH: PATCH: Add `sourcetrace' option
- Date: Sat, 23 Jan 2010 17:07:18 -0500 (EST)
- Cc: zsh-workers@xxxxxxx, richih.mailinglist@xxxxxxxxx
- In-reply-to: <1264283601-27005-1-git-send-email-ft@xxxxxxxxxxxxxxxxxxx>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <2d460de71001231216x76bd0320y2bd29c31c685ca26@xxxxxxxxxxxxxx> <1264283601-27005-1-git-send-email-ft@xxxxxxxxxxxxxxxxxxx>
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