add REPORTTIME to zshrc

This commit is contained in:
Nick Nisi
2015-08-20 10:15:21 -05:00
parent 1dd251f4e9
commit 228afb113c

View File

@@ -1,6 +1,8 @@
export DOTFILES=$HOME/.dotfiles export DOTFILES=$HOME/.dotfiles
export ZSH=$DOTFILES/zsh export ZSH=$DOTFILES/zsh
# display how long all tasks over 10 seconds take
export REPORTTIME=10
# define the code directory # define the code directory
if [[ -d ~/code ]]; then if [[ -d ~/code ]]; then
export CODE_DIR=~/code export CODE_DIR=~/code