Browse code

Bumping up history to 10k commands

Robby Russell authored on 23/09/2009 at 15:07:02
Showing 1 changed files
... ...
@@ -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