From fe00e5172068083b1c75fe3604d9eb1b2edcca27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20P=C5=82azie=C5=84ski?= Date: Fri, 25 Dec 2015 22:46:40 +0100 Subject: [PATCH] nicer time display --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index 9218392..63cca9d 100644 --- a/.zshrc +++ b/.zshrc @@ -479,6 +479,8 @@ WORDCHARS=${WORDCHARS//[&.;\/]} # Report time if command takes too long REPORTTIME=5 +TIMEFMT=$(echo "$fg[green]${SEGMENT_SEPARATOR_BACKWARD}$bg[green]$fg[black] %*Es $fg[yellow]$SEGMENT_SEPARATOR_BACKWARD$bg[yellow]$fg[black] %P $reset_color") + # Don't glob with find or wget for command in find wget; \ alias $command="noglob $command"