1 ## Command history configuration
2 HISTFILE
=$HOME/.histfile
7 setopt extended_history
8 setopt hist_expire_dups_first
9 setopt hist_ignore_dups
# ignore duplication command history list
10 setopt hist_ignore_space
12 setopt inc_append_history
13 setopt share_history
# share command history data
15 alias history='fc -l 1'