From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3646 invoked by alias); 23 Jan 2010 22:07:18 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 27625 Received: (qmail 19617 invoked from network); 23 Jan 2010 22:07:16 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received-SPF: none (ns1.primenet.com.au: domain at benizi.com does not designate permitted sender hosts) Date: Sat, 23 Jan 2010 17:07:18 -0500 (EST) From: "Benjamin R. Haskell" To: Frank Terbeck cc: zsh-workers@zsh.org, richih.mailinglist@gmail.com Subject: Re: PATCH: PATCH: Add `sourcetrace' option In-Reply-To: <1264283601-27005-1-git-send-email-ft@bewatermyfriend.org> Message-ID: References: <2d460de71001231216x76bd0320y2bd29c31c685ca26@mail.gmail.com> <1264283601-27005-1-git-send-email-ft@bewatermyfriend.org> User-Agent: Alpine 2.01 (LNX 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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