config / .zsh / history /
Sébastien MARQUE commit initial
1086a35 8 years ago
1 contributor
7 lines | 0.181kb
HISTFILE=~/.${GRASS_VERSION:+grass7/}history
HISTSIZE=1000
SAVEHIST=1000
export HISTSIZE HISTFILE SAVEHIST
setopt pushd_ignore_dups
setopt HIST_IGNORE_ALL_DUPS
setopt SHARE_HISTORY