... | ... |
@@ -8,8 +8,8 @@ setopt HIST_IGNORE_DUPS |
8 | 8 |
## Command history configuration |
9 | 9 |
# |
10 | 10 |
HISTFILE=$ZSH/log/.zsh_history |
11 |
-HISTSIZE=2500 |
|
12 |
-SAVEHIST=2500 |
|
11 |
+HISTSIZE=10000 |
|
12 |
+SAVEHIST=10000 |
|
13 | 13 |
setopt hist_ignore_dups # ignore duplication command history list |
14 | 14 |
setopt share_history # share command history data |
15 | 15 |
|