浏览代码

Remove duplicate option append_history

The option inc_append_history already has the same effect.
Marc Cornellà 6 年之前
父节点
当前提交
9f2f22d953
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      lib/history.zsh

+ 0 - 1
lib/history.zsh

@@ -32,7 +32,6 @@ HISTSIZE=10000
 SAVEHIST=10000
 
 ## History command configuration
-setopt append_history         # append history to HISTFILE on session exit
 setopt extended_history       # record timestamp of command in HISTFILE
 setopt hist_expire_dups_first # delete duplicates first when HISTFILE size exceeds HISTSIZE
 setopt hist_ignore_dups       # ignore duplicated commands history list