From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15643 invoked by alias); 6 Dec 2014 00:40:25 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 33879 Received: (qmail 15557 invoked from network); 6 Dec 2014 00:40:14 -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=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=nuxzwWxRNH1uP97+rxfvfKOZy0yPx1iXtrJ2Fq6APBc=; b=u0sH/Q+dRqzGVbFG4nI/HLQjXyEHH+rVGZHS9pAP0ppYAapdMtaomoDKIKSoxxFAC0 sHUQBBur7qNsS90cOUKisDNJPth4GEhrlcS5wGB2O6/Zj736RBrqusb6s6KMfLSd7O44 QYztruNwi8tnl/lPVadFN5nn62FmzXIdep0D2mcPMJTeIxuApmbgq5nAvtciq8iFfiJv c6XARnp92Cza7QfetCcFOt6M9AS8LKSWUt+vTekGxmdVyHseAboD0yPUg5V0vv+N7WyK cc+uJgWg/oB2EpttcjtYJvYPlxU2ysVK4CqtCqJjNmZN/RZ2JGW5G46mYGi95n+NjDDe gDOw== MIME-Version: 1.0 X-Received: by 10.107.130.197 with SMTP id m66mr1422981ioi.10.1417826408168; Fri, 05 Dec 2014 16:40:08 -0800 (PST) In-Reply-To: References: <20141202155452.647182b4@pwslap01u.europe.root.pri> <141202084858.ZM31517@torch.brasslantern.com> <20141202172654.30e7d380@pwslap01u.europe.root.pri> <141204085606.ZM9146@torch.brasslantern.com> <20141204171226.301e9d2c@pwslap01u.europe.root.pri> <141205002023.ZM19736@torch.brasslantern.com> <20141205145054.655a2f70@pwslap01u.europe.root.pri> <141205100632.ZM508@torch.brasslantern.com> <20141205181330.2b458b46@pwslap01u.europe.root.pri> <20141205203417.2bc66b7b@pws-pc.ntlworld.com> <20141205220717.2f86bdd2@pws-pc.ntlworld.com> Date: Sat, 6 Dec 2014 01:40:08 +0100 Message-ID: Subject: Re: Interrupting globs (Re: Something rotten in tar completion) From: Mikael Magnusson To: "Zsh Hackers' List" Content-Type: text/plain; charset=UTF-8 On Sat, Dec 6, 2014 at 1:36 AM, Mikael Magnusson wrote: > brunch -- alias for '!git branch -v|sed -e 's/t/ /g' -e 's/(.{'$(( This is the .gitconfig line, didn't notice the completion listing mungled it up a bit. Not likely that it matters, but I don't want you guys to think I'm some kind of crazy person that replaces the letter t with spaces in commit messages. brunch = !git branch -v|sed -e 's/\\t/ /g' -e 's/\\(.\\{'$(( $(tput cols) - 1 ))'\\}\\)..\\+/\\1$/' -- Mikael Magnusson