From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11571 invoked by alias); 4 Aug 2010 11:06:06 -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: 15249 Received: (qmail 17477 invoked from network); 4 Aug 2010 11:06:00 -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.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM autolearn=ham version=3.3.1 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=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=w+Qyl/ZdfJlbOlcqvnAaa5BUE1eLdQVI4Aqoqu/KvQY=; b=LR04c9vetIGVgK7ln/d6Ipj6pkwN3ILX3azv95JaBkY/M4Ldiim/rgVxSlbXAczwe3 EKkFTF+9OggQY3AJZvcAl6EWFt16NCU4Gk4LPAtb3i1aSrBp1LJ79zZzmuNh4kKvDxm1 pooT7bs94pLL4Oc1whUiiEv53wi3sO33qj7XA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=PxhqNQmCef7PECZO01mhae7Dt3x70QdBZF63d56uitXlX946PiIyeZMhyDuIksUJXG 1Y9be+9xIyeNbOjaoLEItCF1YyyF7Aogiq0bGYX2PbfPBow8SQLMi7wQYWJ9kYAlaiTB l3x1Bq7Aa71bcI4bVr88D3k55vKEELAvbyZco= MIME-Version: 1.0 In-Reply-To: References: Date: Wed, 4 Aug 2010 13:00:14 +0200 Message-ID: Subject: Re: Why don't we create default .zshrc config file From: Christian Walther To: Volodya Khomchak Cc: zsh-users@zsh.org Content-Type: text/plain; charset=ISO-8859-1 Hi, I don't know how you installed zsh, but for most setups I've seen so far "zsh-newuser-install" is launched on first startup. If there is no .zshrc zsh-newuser-install dispays a menu were the user can setup the shell on a convient way. All it takes is some time to walk through all the menus, and the result is a working .zshrc. This function is not run when zsh is used by root. Regards Christian Walther