From 86619e9e07434a7d7cff3e41b756579947f268a2 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 26 Feb 2017 17:41:05 +0000 Subject: [PATCH] Change time format --- bash/.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bash/.zshrc b/bash/.zshrc index 6a1a70c..e58b58a 100644 --- a/bash/.zshrc +++ b/bash/.zshrc @@ -18,4 +18,6 @@ export PROMPT="${ret_status} %{$fg_bold[green]%}%n@%m%{$reset_color%}:%{$fg_bold alias src="source $HOME/.zshrc" export DOTFILES="$HOME/.dotfiles" +export TIMEFMT=$'\nreal\t%E\nuser\t%U\nsys\t%S' + source $DOTFILES/bash/base.sh