commit initial
|
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 |