From 635cb655beed5c9acef2b8154484ef764cc70342 Mon Sep 17 00:00:00 2001 From: David Todd Date: Mon, 11 Jan 2021 22:23:29 -0600 Subject: [PATCH] faster report time --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 7259804..0c539ff 100644 --- a/.zshrc +++ b/.zshrc @@ -14,8 +14,8 @@ setopt HIST_IGNORE_SPACE setopt HIST_REDUCE_BLANKS setopt HIST_VERIFY -# Say how long a command took, if it took more than 15 seconds -export REPORTTIME=15 +# Say how long a command took, if it took more than 5 seconds +export REPORTTIME=5 # Prompts for confirmation after 'rm *' etc # Helps avoid mistakes like 'rm * o' when 'rm *.o' was intended