change histsize
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
HISTFILE="$HOME/.zsh_history"
|
||||
HISTSIZE=50000
|
||||
SAVEHOST=50000
|
||||
HISTSIZE=10000
|
||||
SAVEHOST=10000
|
||||
setopt share_history # persist, and share live across open shells
|
||||
# setopt inc_append_history # history of session appended to HISTFILE after session ends
|
||||
setopt extended_history # record timestamps
|
||||
|
||||
Reference in New Issue
Block a user