mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
Increase zsh history to 100k
This commit is contained in:
parent
2a31999852
commit
9154963392
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@ setopt hist_reduce_blanks
|
|||
setopt append_history
|
||||
setopt hist_verify
|
||||
|
||||
HISTSIZE=10000
|
||||
SAVEHIST=10000
|
||||
HISTSIZE=100000
|
||||
SAVEHIST=100000
|
||||
HISTFILE=~/.zsh_history
|
||||
|
||||
# vim: ft=zsh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue