diff options
-rw-r--r-- | .zsh/zshrc/40_history | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh/zshrc/40_history b/.zsh/zshrc/40_history index 7017189..0e5241e 100644 --- a/.zsh/zshrc/40_history +++ b/.zsh/zshrc/40_history @@ -8,7 +8,7 @@ # Source repository: git://git.distanz.ch/dotfiles/zsh.git HISTFILE=$HOME/.zsh_history -HISTSIZE=5000 +HISTSIZE=1000000 SAVEHIST=$HISTSIZE # append history list to the history file (think multiple zsh sessions) |