From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25736 invoked from network); 4 Dec 2005 17:50:02 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.0 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 4 Dec 2005 17:50:02 -0000 Received: (qmail 23671 invoked from network); 4 Dec 2005 17:49:54 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 4 Dec 2005 17:49:54 -0000 Received: (qmail 25206 invoked by alias); 4 Dec 2005 17:49:47 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9756 Received: (qmail 25196 invoked from network); 4 Dec 2005 17:49:46 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 4 Dec 2005 17:49:46 -0000 Received: (qmail 22607 invoked from network); 4 Dec 2005 17:49:46 -0000 Received: from antilope.in-berlin.de (192.109.42.66) by a.mx.sunsite.dk with SMTP; 4 Dec 2005 17:49:46 -0000 Received: from antilope.in-berlin.de (localhost [127.0.0.1]) by antilope.in-berlin.de (8.12.11/8.12.11/Debian-4) with ESMTP id jB4Hni7I012956 for ; Sun, 4 Dec 2005 18:49:44 +0100 Received: (from plenz@localhost) by antilope.in-berlin.de (8.12.11/8.12.11/Debian-4) id jB4HnhMN012954 for zsh-users@sunsite.dk; Sun, 4 Dec 2005 18:49:43 +0100 X-Authentication-Warning: antilope.in-berlin.de: plenz set sender to jp@cvmx.de using -f Date: Sun, 4 Dec 2005 18:49:43 +0100 From: Julius Plenz To: zsh-users@sunsite.dk Subject: Re: history-search + a few new user question Message-ID: <20051204174943.GS7759@cvmx.de> Mail-Followup-To: zsh-users@sunsite.dk References: <20051204162658.GA17541@alnagon.localnet.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051204162658.GA17541@alnagon.localnet.cz> X-PGP-Key: 0x186DCA0D X-URL: http://www.plenz.com/ X-Editor: Vim 6.3 - set ai et ts=4 tw=70 comments=b:#,:%,fb:-,n:>,n:) nosm nonu User-Agent: Mutt/1.5.10i * karpi [2005-12-04 17:28]: > 2) some way to set "ignorerece" so > cd downloads > interprets as too > cd DownLoads Not exactly, but you can define a hash for that: hash -d downloads=~/DownLoads cd downloads -> ~/DownLoads > 3) Some way to colorize wrong symliks differently from good pointed > symlinks (for example cyan-good/red-bad like gentoo default bash > setting)? That is done through the LS_COLORS variable, AFAIK. Julius