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