summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Butirsky <butirsky@gmail.com>2020-01-05 17:45:36 +0000
committerDaniel Shahaf <danielsh@apache.org>2020-01-05 17:50:33 +0000
commit41e35f24f7df44f456dca3cf98535bab3b912a39 (patch)
tree4627867676e9fd15a98d9a65b80bbd91225eed82
parent6170cd0c17c22072f6c3e4ebb508d2404b098a90 (diff)
downloadzsh-41e35f24f7df44f456dca3cf98535bab3b912a39.tar.gz
zsh-41e35f24f7df44f456dca3cf98535bab3b912a39.zip
45239: Remove 'appendhistory' from zsh-newuser-install
It is on by default, and new users are unlikely to want to change it.
-rw-r--r--ChangeLog5
-rw-r--r--Functions/Newuser/zsh-newuser-install1
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f307de9d..0433319a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-01-05 Andrey Butirsky <butirsky@gmail.com>
+
+ * 45239: Functions/Newuser/zsh-newuser-install: Remove
+ 'appendhistory' from zsh-newuser-install
+
2020-01-03 Oliver Kiddle <okiddle@yahoo.co.uk>
* 45218: Completion/Unix/Command/_swaks: add more options
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."