Updates history file size

This commit is contained in:
Alicia Sykes 2024-08-09 23:40:30 +01:00
parent 00a1be6545
commit a3cfb795bc

View File

@ -3,6 +3,7 @@
# Configure history file.
HISTFILE="${XDG_CACHE_HOME}/zsh/history"
HISTSIZE=50000
HISTFILESIZE=50000
SAVEHIST=10000
# History command configuration.
@ -15,4 +16,4 @@ setopt hist_ignore_space # Ignore commands that start with a space.
setopt hist_reduce_blanks # Remove superfluous blanks from history items.
setopt hist_verify # Show command with history expansion to user before running it.
setopt inc_append_history # Add commands to $HISTFILE in order of execution.
setopt share_history # Share history between different instances of the shell.
setopt share_history # Share history between different instances of the shell.