From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7347 invoked by alias); 3 Apr 2012 16:57:22 -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: 16975 Received: (qmail 23010 invoked from network); 3 Apr 2012 16:57:20 -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=-1.6 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FROM,HTML_MESSAGE,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_LOW, T_DKIM_INVALID,T_TO_NO_BRKTS_FREEMAIL autolearn=no version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 74.125.82.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=6vmekXI05qvkKbSwBgjv9llz2+owneREd/GrwvTNQlw=; b=t2t73QUdvN9NFkrsScjO4Q+Xv/2MGRjxjI9cuetPD2NzWAZ6RZ1Xm+WixdeanoIyR2 LOzJM12XIg1akEIPsvtYU4CDrdhfotrvhJeYqPpfwW4v811HE2NWfkD72mDhLWqVNKW8 gDEToBNcXmt0Wft77YX67L4tZcWyyLtE6YWmNAvvxvjLElZSd9IzfBUmDG7rRqr1XSFo YcWHl4qtjUAMB9hdI6Rldpqh5M1DE8LUwuZ5qn0SYc9bKTVWmiJeZEHZ7Sjx39zxVqn+ YYHLFBrmebN8Yq/Y/JB/eie+isEOdnYNPVqSKVTLc1pGyzDQuA8hI9EZ3eXOUhRo75F9 zJ2A== MIME-Version: 1.0 From: Kyle Partridge Date: Tue, 3 Apr 2012 09:56:54 -0700 Message-ID: Subject: Slow ZSH To: zsh-users@zsh.org Content-Type: multipart/alternative; boundary=f46d0442811ee0f3f904bcc9326a --f46d0442811ee0f3f904bcc9326a Content-Type: text/plain; charset=ISO-8859-1 I have a slow loading zsh, where it sometimes takes longer than 10 seconds to get to a prompt. I think the problem is compinit - I've run "zsh -v" multiple times to try and find a slow down, and that seems to be the part that it hangs on. Is there any way to make this run faster? Is there a better way to debug this problem? -- Thanks, Kyle --f46d0442811ee0f3f904bcc9326a--