X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/e417613812ca9cc8438a7185a40e1ce437332e1a..31dd1414e8c5506b61f5c5445ddf5af40f3d21a3:/.zsh/zshrc/99_TODO?ds=inline

diff --git a/.zsh/zshrc/99_TODO b/.zsh/zshrc/99_TODO
index 4fbaa92..7d6536b 100644
--- a/.zsh/zshrc/99_TODO
+++ b/.zsh/zshrc/99_TODO
@@ -56,7 +56,8 @@ setopt c_bases
 WORDCHARS="${WORDCHARS//\/}"
 
 # report time stats when command takes longer than 5 seconds
-REPORTTIME=5
+# typeset -g to make warn_create_global happy
+typeset -g REPORTTIME=5
 
 MAILCHECK=0