From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13305 invoked by alias); 27 Sep 2012 09:20:35 -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: 17293 Received: (qmail 6435 invoked from network); 27 Sep 2012 09:20:24 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_LOW, T_DKIM_INVALID autolearn=no version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.220.171 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=nh7rskAoRNW3IykJB9d+PPm0KPli6al6QRfuEo1Q5pE=; b=rMuZ+YmFOvzQ+z7sR9iIpfVvrY1yX4djP7wyuc4O+Ydjb/lJXYBZ+hluMmKme7sgwX QekwavIV8S96NpNbhWXgA4aIaSeqhOL9RLQfiBwfarGc7dDmrWjqK2NH2GEh86FywUu5 kNidxsJ1htjB7T9JBvvdhDWA6XHaphtEE8/5d17uKFCCq2Qy2M3bg4vMlk/nKU29Pk0b f9kiOKTeLSL0yHqyxeO0SMJFcIuJ4cRa3xJzLQzyATy5qQ+oZ7JZXej+PCX7VWClE8bC S/qWhPR5okURYxWdLSa5w2YgkiozilxsAaV8StQzTbq3q3xZ5Fd6YYn47DCCIlGYonJG CApg== MIME-Version: 1.0 In-Reply-To: References: From: =?UTF-8?B?SsOpcsOpbWllIFJvcXVldA==?= Date: Thu, 27 Sep 2012 11:20:01 +0200 Message-ID: Subject: Re: Examples of ZSH functions, aliases, etc.? To: Gabor Maghera Cc: TjL , Zsh Users Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, 2012/9/27 Gabor Maghera : > Zsh-lovers is something right along those lines. > http://grml.org/zsh/zsh-lovers.html http://www.zzapper.co.uk/zshtips.html http://zshwiki.org/ Now, the zsh man (man zshall) is certainly the most complete and the most accurate documentation to learn zsh (after the source), because tips often only scratch the surface of things. Also, because learning many things at once is hard and because people always find amazingly smart ways to get more of their tools, I'd recommend to: - subscribe to one of the rss feeds of http://www.commandlinefu.com/, for example =E2=80=9Ccommands with 10 up-votes=E2=80=9D =E2=80=94 this is n= ot only about zsh, but there are many cool tricks there ; - read the zsh configuration of your coworkers, people on this mailing list=E2=80=A6 (mine is there : https://github.com/Arkanosis/Arkonf/tree/master/zsh) ; - keep reading this mailing list: it's rather low volume, with often interesting questions asked and answered by smart people, some of them with very deep knowledge of zsh and shells in general =E2=80=94 but I see you're reading it for way longer than I do :) Best regards, --=20 J=C3=A9r=C3=A9mie