From e30747147563e205caa1d3f2a05a6b2285d65d06 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 25 Aug 2016 13:44:43 +1200 Subject: Add TIMEFORMAT --- bash/bashrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bash/bashrc') diff --git a/bash/bashrc b/bash/bashrc index 5e32185b..164091f9 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -31,6 +31,9 @@ HISTTIMEFORMAT='%F %T ' # Don't warn me about new mail unset -v MAILCHECK +# Use a more compact format for the time builtin's output +TIMEFORMAT='real:%lR user:%lU sys:%lS' + # Never beep at me setterm -bfreq -blength 2>/dev/null -- cgit v1.2.3