X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/f98cb7bf41283653ccd5d575eb13d2695d0da97c..a1bdf944d024ca91eca7637d8c0ce880ac2cae16:/.zsh/zshrc/00_TODO diff --git a/.zsh/zshrc/00_TODO b/.zsh/zshrc/00_TODO index aa65548..2a6d13b 100644 --- a/.zsh/zshrc/00_TODO +++ b/.zsh/zshrc/00_TODO @@ -31,15 +31,15 @@ typeset -ga preexec_functions typeset -ga precmd_functions typeset -ga chpwd_functions -. $ZDOTDIR/xterm-title - -precmd_functions+=set_plain_xterm_title -preexec_functions+=set_cmd_xterm_title - [ "$(umask)" = 022 ] && umask 0077 eval `lesspipe 2>/dev/null` +WORDCHARS="*?_-.[]~/&;!#$%^(){}<>" + +# report time stats when command takes longer than 5 seconds +REPORTTIME=5 + : # vim:ft=zsh