From 228afb113ca1b41609683fcc68872eafd2d40bee Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Thu, 20 Aug 2015 10:15:21 -0500 Subject: [PATCH] add REPORTTIME to zshrc --- zsh/zshrc.symlink | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/zshrc.symlink b/zsh/zshrc.symlink index 9112df3..57fea77 100644 --- a/zsh/zshrc.symlink +++ b/zsh/zshrc.symlink @@ -1,6 +1,8 @@ export DOTFILES=$HOME/.dotfiles export ZSH=$DOTFILES/zsh +# display how long all tasks over 10 seconds take +export REPORTTIME=10 # define the code directory if [[ -d ~/code ]]; then export CODE_DIR=~/code