|
|
@ -20,7 +20,6 @@ setopt HIST_IGNORE_ALL_DUPS # Delete an old recorded event if a new event i
|
|
|
|
setopt HIST_FIND_NO_DUPS # Do not display a previously found event.
|
|
|
|
setopt HIST_FIND_NO_DUPS # Do not display a previously found event.
|
|
|
|
setopt HIST_IGNORE_SPACE # Do not record an event starting with a space.
|
|
|
|
setopt HIST_IGNORE_SPACE # Do not record an event starting with a space.
|
|
|
|
setopt HIST_SAVE_NO_DUPS # Do not write a duplicate event to the history file.
|
|
|
|
setopt HIST_SAVE_NO_DUPS # Do not write a duplicate event to the history file.
|
|
|
|
setopt HIST_REDUCE_BLANKS # Remove superfluous blanks before recording an event.
|
|
|
|
|
|
|
|
setopt HIST_VERIFY # Do not execute immediately upon history expansion.
|
|
|
|
setopt HIST_VERIFY # Do not execute immediately upon history expansion.
|
|
|
|
setopt HIST_BEEP # Beep when accessing non-existent history.
|
|
|
|
setopt HIST_BEEP # Beep when accessing non-existent history.
|
|
|
|
|
|
|
|
|
|
|
|