|
|
@ -26,7 +26,7 @@ setopt HIST_BEEP # Beep when accessing non-existent history.
|
|
|
|
# Variables
|
|
|
|
# Variables
|
|
|
|
#
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
HISTFILE="${ZDOTDIR:-$HOME}/.zhistory" # The path to the history file.
|
|
|
|
HISTFILE="${HISTFILE:-${ZDOTDIR:-$HOME}/.zhistory}" # The path to the history file.
|
|
|
|
HISTSIZE=10000 # The maximum number of events to save in the internal history.
|
|
|
|
HISTSIZE=10000 # The maximum number of events to save in the internal history.
|
|
|
|
SAVEHIST=10000 # The maximum number of events to save in the history file.
|
|
|
|
SAVEHIST=10000 # The maximum number of events to save in the history file.
|
|
|
|
|
|
|
|
|
|
|
|