Increase reporttime

Some autocompletions routinely take longer than 1 second and I don't
like seeing timing information in the middle of an autocompletion.
This commit is contained in:
Peter J. Holzer 2017-10-19 14:02:23 +02:00
parent aa5909ec4c
commit 4f1d87262b
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -2,7 +2,7 @@ echo ".zshrc: LANG=$LANG"
umask 022 umask 022
bindkey -v bindkey -v
REPORTTIME=1 REPORTTIME=2
alias amke=make alias amke=make
alias a=alias alias a=alias