From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26923 invoked by alias); 25 Aug 2010 21:02:00 -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: 15331 Received: (qmail 20414 invoked from network); 25 Aug 2010 21:01:59 -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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at trustfood.org does not designate permitted sender hosts) Date: Wed, 25 Aug 2010 23:01:58 +0200 From: Eric Smith To: zsh-users@zsh.org Subject: Re: do not write certain commands to history file - solved Message-ID: Mail-Followup-To: zsh-users@zsh.org References: <20100825192608.GG11622@trustfood.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) > > [[ # what you already have ]] && (( ! $argv[(I)*foobar*] )) This cooks, thanks Ben, Some new words for me as well :)