X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/f98cb7bf41283653ccd5d575eb13d2695d0da97c..dd0ae6042dcd690fa561f6e5a610b60ab10f85d5:/.zsh/zshrc/00_TODO diff --git a/.zsh/zshrc/00_TODO b/.zsh/zshrc/00_TODO index aa65548..902c9ea 100644 --- a/.zsh/zshrc/00_TODO +++ b/.zsh/zshrc/00_TODO @@ -40,6 +40,11 @@ preexec_functions+=set_cmd_xterm_title eval `lesspipe 2>/dev/null` +WORDCHARS="*?_-.[]~/&;!#$%^(){}<>" + +# report time stats when command takes longer than 5 seconds +REPORTTIME=5 + : # vim:ft=zsh