mirror of
https://github.com/Lissy93/dotfiles.git
synced 2025-02-16 06:59:19 +01:00
Updates history file size
This commit is contained in:
parent
00a1be6545
commit
a3cfb795bc
@ -3,6 +3,7 @@
|
|||||||
# Configure history file.
|
# Configure history file.
|
||||||
HISTFILE="${XDG_CACHE_HOME}/zsh/history"
|
HISTFILE="${XDG_CACHE_HOME}/zsh/history"
|
||||||
HISTSIZE=50000
|
HISTSIZE=50000
|
||||||
|
HISTFILESIZE=50000
|
||||||
SAVEHIST=10000
|
SAVEHIST=10000
|
||||||
|
|
||||||
# History command configuration.
|
# 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_reduce_blanks # Remove superfluous blanks from history items.
|
||||||
setopt hist_verify # Show command with history expansion to user before running it.
|
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 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user