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

diff --git a/.zsh/zshrc/99_TODO b/.zsh/zshrc/99_TODO
index 079f851..7d6536b 100644
--- a/.zsh/zshrc/99_TODO
+++ b/.zsh/zshrc/99_TODO
@@ -47,12 +47,17 @@ setopt no_nomatch
 # do. not. ever. beep.
 setopt no_beep
 
+# use 0xXX and 0XX output instead of 16#XX/8#XX
+setopt c_bases
+
 [ "$(umask)" = 022 ] && umask 0077
 
-WORDCHARS="*?_-.[]~/&;!#$%^(){}<>"
+# remove '/' from WORDCHARS
+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