From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29502 invoked by alias); 25 Dec 2010 18:35:27 -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: 15676 Received: (qmail 24883 invoked from network); 25 Dec 2010 18:35:21 -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 autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.216.178 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:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=/rUjTfWbIMks7LYM1NiRW3Z2+lI8zncH9DN+3yS66Uk=; b=WZBRn++JU+aq8IkZWfVzVf/5WHmsvK3te6o1naPLeJuyJOZLFT41KYehwP6fsiWu78 uRRhQKVADL7s+ERc16EpSzLjlPPdl801lMpO7QQdqULp/2eiRsXL+Is3oix7JIDMm3Xp oDBxOBSHKJzncXVWlbptcGH4jce9sW+uNj71M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=Nfxy//Ay3nNFoa5O2ExpgpabIDJYyXjRM8oe+97J9eC+Yi6GSJ+Jbwj/hmnodLK1lA 3ivdbpYNDeh8cx8Vf3pef7wsEyjWnEa3OA6RveDIlKw00LLe4SkwHH0YfbZEpN3q4ufY jujLkwtpchwF+UIF/guSUMXdqZk+bEbZRlrKg= MIME-Version: 1.0 In-Reply-To: <997733.11083.qm@web65612.mail.ac4.yahoo.com> References: <997733.11083.qm@web65612.mail.ac4.yahoo.com> From: Julien Nicoulaud Date: Sat, 25 Dec 2010 19:09:37 +0100 Message-ID: Subject: Re: How to get syntax highlighting working?? To: Guido van Steen Cc: zsh-users@zsh.org Content-Type: multipart/alternative; boundary=0016364eee18b4086e04984002aa --0016364eee18b4086e04984002aa Content-Type: text/plain; charset=ISO-8859-1 Hi, just to say I've created a repository and added everyone who made changes as author: https://github.com/nicoulaj/zsh-syntax-highlighting It will be easier than tracking the most up-to-date fork of the original gist :) May be you can open an issue here. Cheers, Julien 2010/12/25 Guido van Steen > Dear fellow Zsh users, > > First of all happy Christmas to all of you! > > Not so long ago there was a discussion on this mailing list on how to > achieve > syntax coloring like it is avaiable in Fish. > > > This discussion evolved in some implementations e.g. the one on > https://gist.github.com/754803 by x-way. > > > However, for some reason I cannot get these script running from a simple > .zshrc. > > > Could someone explain to me how I could get it running from a fresh .zshrc > ? > > Thanks in advance! > > Guido van Steen > > > > --0016364eee18b4086e04984002aa--