From 1ae5bc72dac6d5f2cdfbf5a48fdf140c5d085986 Mon Sep 17 00:00:00 2001 From: Bodaniel Jeanes Date: Tue, 29 Mar 2011 22:03:08 -0500 Subject: [PATCH] Show time a command took if over 2 sec --- shell/exports.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shell/exports.sh b/shell/exports.sh index 9b800b7..1818de3 100644 --- a/shell/exports.sh +++ b/shell/exports.sh @@ -23,3 +23,7 @@ export GREP_COLOR='1;32' export CLICOLOR=1 export HISTSIZE=1000000 + +export REPORTTIME=2 +export TIMEFMT="%*Es total, %U user, %S system, %P cpu" +