mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-01 07:31:20 +02:00
45239: Remove 'appendhistory' from zsh-newuser-install
It is on by default, and new users are unlikely to want to change it.
This commit is contained in:
parent
6170cd0c17
commit
41e35f24f7
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
2020-01-03 Oliver Kiddle <okiddle@yahoo.co.uk>
|
||||||
|
|
||||||
* 45218: Completion/Unix/Command/_swaks: add more options
|
* 45218: Completion/Unix/Command/_swaks: add more options
|
||||||
|
|
|
@ -899,7 +899,6 @@ __zni_options_config() {
|
||||||
# The "no" prefix is used to indicate options on by default.
|
# The "no" prefix is used to indicate options on by default.
|
||||||
__zni_apply_defaults -o autocd '' "Change directory given just path." \
|
__zni_apply_defaults -o autocd '' "Change directory given just path." \
|
||||||
extendedglob '' "Use additional pattern matching features." \
|
extendedglob '' "Use additional pattern matching features." \
|
||||||
appendhistory '' "Append new history lines instead of overwriting." \
|
|
||||||
'!nomatch' '' "Unmatched patterns cause an error." \
|
'!nomatch' '' "Unmatched patterns cause an error." \
|
||||||
'!beep' '' "Beep on errors." \
|
'!beep' '' "Beep on errors." \
|
||||||
notify '' "Immediately report changes in background job status."
|
notify '' "Immediately report changes in background job status."
|
||||||
|
|
Loading…
Reference in a new issue