7 lines
96 B
Bash
7 lines
96 B
Bash
|
|
setopt NO_BEEP # Be quiet!
|
|
setopt NO_HIST_BEEP # Be quiet!
|
|
|
|
setopt inc_append_history
|
|
|
|
|