Browse Source

Removed redundant APPEND_HISTORY option.

master
Sorin Ionescu 13 years ago
parent
commit
c8b8861418
  1. 1
      history.zsh

1
history.zsh

@ -4,7 +4,6 @@ SAVEHIST=10000 @@ -4,7 +4,6 @@ SAVEHIST=10000
setopt BANG_HIST # Treat the '!' character specially during expansion.
setopt EXTENDED_HISTORY # Write the history file in the ":start:elapsed;command" format.
setopt APPEND_HISTORY # Append to the history file, don't replace it.
setopt INC_APPEND_HISTORY # Write to the history file immediately, not when the shell exits.
setopt SHARE_HISTORY # Share history between all sessions.
setopt HIST_EXPIRE_DUPS_FIRST # Expire duplicate entries first when trimming history.

Loading…
Cancel
Save