history.zsh 354 B

12345678910111213
  1. ## Command history configuration
  2. HISTFILE=$HOME/.zsh_history
  3. HISTSIZE=10000
  4. SAVEHIST=10000
  5. setopt append_history
  6. setopt extended_history
  7. setopt hist_expire_dups_first
  8. setopt hist_ignore_dups # ignore duplication command history list
  9. setopt hist_ignore_space
  10. setopt hist_verify
  11. setopt inc_append_history
  12. setopt share_history # share command history data