home | blog | art | now | git gpg | email | rss

dotfiles

My personal dotfiles
git clone git://pollux.codes/git/dotfiles.git
Log | Files | Refs | LICENSE

10_history.zsh (239B)


      1 HISTSIZE=1000
      2 HISTFILE=~/.zsh_history
      3 SAVEHIST=$HISTSIZE
      4 HISTDUP=erase
      5 setopt appendhistory
      6 setopt sharehistory
      7 setopt hist_ignore_space
      8 setopt hist_ignore_all_dups
      9 setopt hist_save_no_dups
     10 setopt hist_ignore_dups
     11 setopt hist_find_no_dups