nicer time display

This commit is contained in:
Paweł Płazieński 2015-12-25 22:46:40 +01:00
parent 96952834ef
commit fe00e51720

2
.zshrc
View File

@ -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"