From 8cb0099bf1690c4df754ad210a4c2c275aab97e6 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Mon, 5 May 2008 18:28:05 +0100 Subject: [PATCH] add misc other settings --- .zsh/zshrc/00_TODO | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.2