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

James Cox's avatar
James Cox committed
8
9
setopt extended_history
setopt hist_expire_dups_first
10
setopt hist_ignore_dups # ignore duplication command history list
11
setopt hist_ignore_space
12
13
14
setopt hist_verify
setopt inc_append_history
setopt share_history # share command history data