5 lines
113 B
Bash
5 lines
113 B
Bash
unsetopt beep
|
|
setopt inc_append_history
|
|
setopt share_history
|
|
setopt hist_ignore_dups
|
|
setopt hist_ignore_all_dups
|