From 41e35f24f7df44f456dca3cf98535bab3b912a39 Mon Sep 17 00:00:00 2001 From: Andrey Butirsky Date: Sun, 5 Jan 2020 17:45:36 +0000 Subject: 45239: Remove 'appendhistory' from zsh-newuser-install It is on by default, and new users are unlikely to want to change it. --- Functions/Newuser/zsh-newuser-install | 1 - 1 file changed, 1 deletion(-) (limited to 'Functions') 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." -- cgit 1.4.1