history.zsh 332 B

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