# # zsh/history.zsh # # history settings HISTSIZE=1000 SAVEHIST=800 HISTFILE=~/.zsh_history # vim: set ts=8 sw=4 tw=0 fenc=utf-8 ft=zsh: #