aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-25 13:44:43 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-25 13:44:43 +1200
commite30747147563e205caa1d3f2a05a6b2285d65d06 (patch)
treeb11687c3a4c88c7663beb79ceaeea81bed32b868 /bash
parentStop bc(1) from completing filenames (diff)
downloaddotfiles-e30747147563e205caa1d3f2a05a6b2285d65d06.tar.gz
dotfiles-e30747147563e205caa1d3f2a05a6b2285d65d06.zip
Add TIMEFORMAT
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc3
1 files changed, 3 insertions, 0 deletions
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