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