From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28519 invoked from network); 1 Jun 2005 12:16:39 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 1 Jun 2005 12:16:39 -0000 Received: (qmail 25598 invoked from network); 1 Jun 2005 12:16:33 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 1 Jun 2005 12:16:33 -0000 Received: (qmail 20541 invoked by alias); 1 Jun 2005 12:16:30 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 21297 Received: (qmail 20531 invoked from network); 1 Jun 2005 12:16:30 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 1 Jun 2005 12:16:30 -0000 Received: (qmail 25299 invoked from network); 1 Jun 2005 12:16:30 -0000 Received: from wproxy.gmail.com (64.233.184.193) by a.mx.sunsite.dk with SMTP; 1 Jun 2005 12:16:26 -0000 Received: by wproxy.gmail.com with SMTP id 69so3216906wri for ; Wed, 01 Jun 2005 05:16:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Rntw2kxeHBbZ+nyBiVEMtmkLTK3tyWh7cz48+tu1en7+d4VPfMTIT6XOeG1sTAFITd3JItdO8VoTBSR5pjmlcA03GUCxDlkXKLdusos/MZI4/nSgimaqiwMdylKmEj0nP/4qgTDiKofi/qkPrxWCGxqmDbzHNmyM+IDo2ZsJl5E= Received: by 10.54.8.33 with SMTP id 33mr7315745wrh; Wed, 01 Jun 2005 05:16:25 -0700 (PDT) Received: by 10.54.103.9 with HTTP; Wed, 1 Jun 2005 05:16:24 -0700 (PDT) Message-ID: Date: Wed, 1 Jun 2005 14:16:24 +0200 From: "Christopher R. Parr" Reply-To: "Christopher R. Parr" To: zsh-workers@sunsite.dk Subject: ZSh Noob questions Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-1.9 required=6.0 tests=AWL,BAYES_00,RCVD_BY_IP autolearn=ham version=3.0.2 X-Spam-Hits: -1.9 Hi! I'm new to the zsh, but I love it. I've got the following questions: 1. I have set up 2 aliases using alias -g ... . But after rebooting, the global aliases are gone. Where should they be saved? 2. Some keys don't work (eg Del, Home, End). How can this be fixed? Thanks Christopher