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