From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 891a9fd5 for ; Sat, 4 Jan 2020 22:09:50 +0000 (UTC) Received: (qmail 24941 invoked by alias); 4 Jan 2020 22:09:44 -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: List-Unsubscribe: X-Seq: 45239 Received: (qmail 15626 invoked by uid 1010); 4 Jan 2020 22:09:44 -0000 X-Qmail-Scanner-Diagnostics: from mail-lj1-f177.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.1/25677. spamassassin: 3.4.2. Clear:RC:0(209.85.208.177):SA:0(-2.0/5.0):. Processed in 1.369294 secs); 04 Jan 2020 22:09:44 -0000 X-Envelope-From: butirsky@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.208.177 as permitted sender) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-language; bh=auwtr5rhjwEU3cBs+wchvfwVzflQw8bpG+KcAfg0PTM=; b=KTUcAjBqXpt8b8LtQK2C+SJPMLG7jnyzcROGJIsXETsNK1Zh0v3Hif3/mYHNx/5UJv /jaeLYnd5EruxZvnGvWti3kFvbdFfI54MO/B/lS8778oaGUKoqy/hJrspf2IRcxtfcV7 GxHNRxEdZA6ds03nFOQiGSo4ayuZKA/sqROuN7Fer8Np5HhZ1nUDFmd7kA24KJmGR0Df 666Q18E8qDQ7RR7KVNt1xauKNFa09n21N/eio5QRNzBHDj+DT7Z5E9ok9hwo9D2BlDeb TWBlrcOB8f1BH9faJs5uEm1IPIkPvp5IIzRlkUcU8Y5B1IMvOT42kRJ8GwVA0usZe1tw WbBw== X-Gm-Message-State: APjAAAXqI6z9aTKLYp1KLeVyFGgbS6VNooxFsIjluvsX5w+/9dVpCVTm k+9aG9x30PIrrErJLtZJ33/P/fzS X-Google-Smtp-Source: APXvYqymQ5H/UoJUl43Ynl2PPtuJw9Aorhsq84LCAd504kCWjoO9aZVXLkmQrN+a3c4HmV7RTzxt2A== X-Received: by 2002:a2e:8015:: with SMTP id j21mr56502608ljg.172.1578175748708; Sat, 04 Jan 2020 14:09:08 -0800 (PST) To: zsh-workers@zsh.org From: Andrey Butirsky Subject: [PATCH] remove 'appendhistory' from zsh-newuser-install Message-ID: <524ec5e7-ce2e-1a5c-c3e6-3a95cf664417@gmail.com> Date: Sun, 5 Jan 2020 01:08:53 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:72.0) Gecko/20100101 Thunderbird/72.0 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="------------0939BBE35AD91963F71179EF" Content-Language: en-US --------------0939BBE35AD91963F71179EF Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hello, could we remove 'appendhistory' option from zsh-newuser-install, since it actually 'on' by default and new users unlikely would like to change it? --- Functions/Newuser/zsh-newuser-install | 1 - 1 file changed, 1 deletion(-) diff --git a/Functions/Newuser/zsh-newuser-install b/Functions/Newuser/zsh-newuser-install index e4028fd50..60ac16b13 100644 --- a/Functions/Newuser/zsh-newuser-install +++ b/Functions/Newuser/zsh-newuser-install @@ -899,7 +899,6 @@ __zni_options_config() { # The "no" prefix is used to indicate options on by default. __zni_apply_defaults -o autocd '' "Change directory given just path." \ extendedglob '' "Use additional pattern matching features." \ - appendhistory '' "Append new history lines instead of overwriting." \ '!nomatch' '' "Unmatched patterns cause an error." \ '!beep' '' "Beep on errors." \ notify '' "Immediately report changes in background job status." --------------0939BBE35AD91963F71179EF--