From 4f1d87262bb9924b8580d48024c4e48bdb360f98 Mon Sep 17 00:00:00 2001 From: "Peter J. Holzer" Date: Thu, 19 Oct 2017 14:02:23 +0200 Subject: [PATCH] Increase reporttime Some autocompletions routinely take longer than 1 second and I don't like seeing timing information in the middle of an autocompletion. --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 351cd83..66f8059 100644 --- a/.zshrc +++ b/.zshrc @@ -2,7 +2,7 @@ echo ".zshrc: LANG=$LANG" umask 022 bindkey -v -REPORTTIME=1 +REPORTTIME=2 alias amke=make alias a=alias