From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21348 invoked by alias); 15 Dec 2014 18:22:34 -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: 19546 Received: (qmail 13671 invoked from network); 15 Dec 2014 18:22:31 -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 :cc:content-type; bh=OId6v3PRWJRH1DScv18ZvK85ScXkF9tJb7+CQYKT6ZE=; b=MStdQJ8JWys+WNOxyFkgPuPIz9+Zrl8MQP23aSRRIXh+rOKHaF5CTWoJGqrgezSR1S sUIorHaGOv6upXIzEPP6wVQ0YO6ikB/X4BQrA+jNOT/l9suF9bN2ZfpDNH32gk4k8VR+ 7Z0UtNadpNAaELUgsUGB+pxeYAiGPTYRKLTQxRxkCy1F6jSwklZordTxLfcU5OnEWPqO 3+vFzvFlX2xuQ/XykU7pvTQllxFRO3MRkGpJocJd0SQ03jMNAUVKhV0CIrBxRNGh87j0 GtvtVB8a8vvkkOQb3pxOgXMfb9Lj7eyNnHzheyMWTeEeFMK0EcURzIPPu9e9cIViOsVT o0Gw== MIME-Version: 1.0 X-Received: by 10.107.130.197 with SMTP id m66mr30476461ioi.10.1418667746582; Mon, 15 Dec 2014 10:22:26 -0800 (PST) In-Reply-To: References: <141214185332.ZM24112@torch.brasslantern.com> <141215003717.ZM24212@torch.brasslantern.com> <141215081440.ZM25053@torch.brasslantern.com> Date: Mon, 15 Dec 2014 19:22:26 +0100 Message-ID: Subject: Re: An example of writing a custom history file? From: Mikael Magnusson To: Rocky Bernstein Cc: Bart Schaefer , Zsh Users Content-Type: text/plain; charset=UTF-8 On Mon, Dec 15, 2014 at 6:05 PM, Rocky Bernstein wrote: > Making the change suggested, adding 1000 doesn't change the behavior - no > file is written. Again, here is the entire 12-line program: Please don't top post. I was able to get your example to work as-is by adding -i to the hashbang line. None of the other suggestions in this thread made any difference. -- Mikael Magnusson