X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/41580d8fa251d8388afbb3955833e92f70c7ec49..9aecf79bcc69f84f55d347ca88446df351626e0c:/.zsh/zshrc/99_TODO

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