From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6731 invoked by alias); 2 Oct 2013 19:55:21 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 18013 Received: (qmail 12035 invoked from network); 2 Oct 2013 19:55:06 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.212.49 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=ne3Hk6FIr3uUy92x0moYJKH0A0/22IDdd3eNUllFrJE=; b=pxpQlMzARpQQXf5oa814mvGe8FBLfBW/I7zPQlczAu46VBY83hhmbw+A7pt3CBKmkE min0nkJ9iWRyrak+ohhmewt1JhHaVqAq4+qmo+zvkC0+/uAAdugrrGbbue5Ddj06wR1Y vex7RCsbtkTk3brW1lNOWECG1o9q53LoZaZZGHOH/pSd0cNt1hUpwscrEK2PDQI1Zqma 4cp9NGISq7e1n2bHXbAwCpByi5E02UHeevr+HZJr/A/nXWXUXtFOgmPKpBfRZGs5q4qz JaqWvTFFzbN2UjNhZ2vsa26+ZrbHN5+WtdyKhBBNdued9Z1jey0Wg4lr6AGshFXIehZu YSKw== X-Received: by 10.58.187.47 with SMTP id fp15mr3247603vec.22.1380743701106; Wed, 02 Oct 2013 12:55:01 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: shawn wilson Date: Wed, 2 Oct 2013 15:54:40 -0400 Message-ID: Subject: Re: zshrc alias To: =?UTF-8?B?SsOpcsOpbWllIFJvcXVldA==?= Cc: Zsh Users Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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 On Wed, Oct 2, 2013 at 3:45 PM, J=C3=A9r=C3=A9mie Roquet wrote: > Hi, > > 2013/10/2 shawn wilson : >> Is there a way to see what zsh is doing when it loads the rc file? > > Try =E2=80=9Czsh -x=E2=80=9D or =E2=80=9Csetopt xtrace=E2=80=9D in a alre= ady running shell. > > Best regards, > > -- > J=C3=A9r=C3=A9mie