From b89ac3c39d9774a5e854ed67c9e631acf8db2230 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Wed, 5 Jun 2019 12:35:42 -0700 Subject: [PATCH] set a more useful TIMEFMT --- home/zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/zshrc b/home/zshrc index 094122f..cbe10fc 100644 --- a/home/zshrc +++ b/home/zshrc @@ -167,6 +167,8 @@ function { RPROMPT='%8F%h%b' } +TIMEFMT=$'\e[93m%*U/%*E cpu/real (%P), %MM mem:\e[36m %J\e[0m' + reload() { # this doesn't seem to help with _vim_files errors, eh. # you wanna rm .zcompdump first, then exit. that's why!