sets.zsh 524 B

1234567891011121314
  1. setopt auto_cd
  2. setopt autopushd
  3. setopt interactivecomments
  4. # History
  5. setopt hist_expire_dups_first # delete duplicates first when HISTFILE size
  6. # exceeds HISTSIZE
  7. setopt hist_ignore_dups # ignore duplicated commands history list
  8. setopt hist_ignore_space # ignore commands that start with space
  9. #setopt hist_verify # show command with history expansion to user
  10. # # before running it
  11. setopt share_history # share command history data