summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/zshrc b/zshrc
index c8be42c..c3f5e29 100644
--- a/zshrc
+++ b/zshrc
@@ -98,8 +98,8 @@ PR_NO_COLOUR="%{$terminfo[sgr0]%}"
typeset WORDCHARS='|'$WORDCHARS
HISTFILE=~/.zsh_history
-HISTSIZE=50000
-SAVEHIST=50000
+HISTSIZE=500000
+SAVEHIST=500000
TIMEFMT="$fg[magenta]%J %U user %S sys %P cpu %*E total %M kB max$terminfo[sgr0]"
REPORTTIME=5