diff options
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |