X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/bf18b5c8903e1e6ce83a9a33816009f981ea8a5a..1bfbc5d4b11e6bac3e313e2332fd3bdcb05add5d:/.zsh/zshrc/99_TODO diff --git a/.zsh/zshrc/99_TODO b/.zsh/zshrc/99_TODO index 079f851..92f8f3f 100644 --- a/.zsh/zshrc/99_TODO +++ b/.zsh/zshrc/99_TODO @@ -49,7 +49,8 @@ setopt no_beep [ "$(umask)" = 022 ] && umask 0077 -WORDCHARS="*?_-.[]~/&;!#$%^(){}<>" +# remove '/' from WORDCHARS +WORDCHARS="${WORDCHARS//\/}" # report time stats when command takes longer than 5 seconds REPORTTIME=5