# # zsh/history.zsh # HISTFILE=~/.zsh_history HISTSIZE=10000 SAVEHIST=9000 # ignore these commands without arguments HISTIGNORE="cd:ls:ll" # vim: set ts=8 sw=4 tw=0 fenc=utf-8 ft=zsh: #