mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 17:28:01 +00:00
history: Permit use of previously set HISTFILE
Honor the use of the HISTFILE environment variable, if it's already set.
This commit is contained in:
parent
8b1a7afd81
commit
43214f1aed
@ -26,7 +26,7 @@ setopt HIST_BEEP # Beep when accessing non-existent history.
|
||||
# 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.
|
||||
SAVEHIST=10000 # The maximum number of events to save in the history file.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user