config / .zsh / history /
Newer Older
7 lines | 0.181kb
commit initial
Sébastien MARQUE authored on 2016-10-31
1
HISTFILE=~/.${GRASS_VERSION:+grass7/}history
2
HISTSIZE=1000
3
SAVEHIST=1000
4
export HISTSIZE HISTFILE SAVEHIST
5
setopt pushd_ignore_dups
6
setopt HIST_IGNORE_ALL_DUPS
7
setopt SHARE_HISTORY