8 lines
129 B
Bash
8 lines
129 B
Bash
HISTSIZE=100000
|
|
SAVEHIST=100000
|
|
|
|
setopt SHARE_HISTORY
|
|
setopt HIST_IGNORE_DUPS
|
|
setopt HIST_IGNORE_SPACE
|
|
setopt INC_APPEND_HISTORY
|