history.zsh 343 B

123456789101112131415
  1. # History stuff.
  2. setopt HIST_VERIFY
  3. setopt INC_APPEND_HISTORY
  4. setopt SHARE_HISTORY
  5. setopt EXTENDED_HISTORY
  6. setopt HIST_IGNORE_DUPS
  7. ## Command history configuration
  8. #
  9. HISTFILE=$ZSH/log/.zsh_history
  10. HISTSIZE=2500
  11. SAVEHIST=2500
  12. setopt hist_ignore_dups # ignore duplication command history list
  13. setopt share_history # share command history data