From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20740 invoked by alias); 30 Dec 2010 13:48:56 -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: 28555 Received: (qmail 13685 invoked from network); 30 Dec 2010 13:48:46 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) 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,HTML_MESSAGE,RCVD_IN_DNSWL_LOW, T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.216.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=fsd1kZRO2dwK4lBizgSYhKEofnk5SFl81pkihW7PA1g=; b=mmovkR1/Ds4fZsSyKvhiZ5+fudANeoAiZyTdhG7oBvqDRuyizElmmi3fmppC5kL1f2 npM0qbbcnXSIAUavcCtqIqM72tcWRAaLqhyVOYYQO9u0PhCe9W6VAJB8iLU+vuxBnapU dSk6I5o5BdEArQSKTxELkSAHHmcifxUHj5Fj8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=si0pgXJXlm+VUH7B3+DdExtoqloV7ZlDct7wls5UhZsgcpxS4Plw3gRQoPVREiad3L FWXcMxgbTQcLfumaNMrmPEnPafN1dcLV6myYzRgBFhAyZKZfhB1yi2Og0ugz9ci9BaLS DYLjXAr0EICVuBNGtEjOaTddSQ2UzFX5Y+vNA= MIME-Version: 1.0 From: Yuriy Taraday Date: Thu, 30 Dec 2010 16:48:22 +0300 Message-ID: Subject: Zsh start time issues. To: zsh-workers@zsh.org Content-Type: multipart/alternative; boundary=0016364274e5a24b7f0498a0f110 --0016364274e5a24b7f0498a0f110 Content-Type: text/plain; charset=UTF-8 Hello. I've recently started using zsh as my default shell. The first bugging thing is that it takes really long to start zsh. On MacOS X it takes about 6 seconds to start. When connecting to my FreeBSD server (where I set zsh as my default shell too) it takes about 35 seconds to see shell prompt. On FreeBSD I have clean install from ports, on MacOS I set up zsh-templates. Are there any way to find out what's taking so much time? Thanks in advance, Yuriy. --0016364274e5a24b7f0498a0f110--