history.zsh 437 Bytes
Newer Older
1
## Command history configuration
2
if [ -z "$HISTFILE" ]; then
3
4
    HISTFILE=$HOME/.zsh_history
fi
5
if [ -z "$HISTSIZE" ]; then
6
    HISTSIZE=10000
7
8
fi
if [ -z "$SAVEHIST" ]; then
9
    SAVEHIST=10000
10
fi
James Cox's avatar
James Cox committed
11

James Cox's avatar
James Cox committed
12
13
setopt extended_history
setopt hist_expire_dups_first
14
setopt hist_ignore_dups # ignore duplication command history list
15
setopt hist_ignore_space
16
17
18
setopt hist_verify
setopt inc_append_history
setopt share_history # share command history data