dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

history.zsh (168B)


      1 # HISTORY
      2 export HISTFILE="$XDG_STATE_HOME"/zsh/history
      3 setopt INC_APPEND_HISTORY
      4 HISTSIZE=130000
      5 SAVEHIST=100000
      6 setopt HIST_EXPIRE_DUPS_FIRST
      7 setopt EXTENDED_HISTORY