aboutsummaryrefslogtreecommitdiffstats
path: root/_zsh/history.zsh
blob: e1275a69df2ac9b782df16c5d91609c0c6e66315 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# 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: #