From: PHO Date: Fri, 18 Sep 2009 09:45:14 +0000 (+0900) Subject: Auto commit by The Sugar System. X-Git-Url: https://git.cielonegro.org/gitweb.cgi?a=commitdiff_plain;h=35de732d3cea5a4fc93d2a6a7865e08cf0d03572;p=sugar.git Auto commit by The Sugar System. --- diff --git a/dot-files/_zshrc b/dot-files/_zshrc index b01a0b9..20e6997 100644 --- a/dot-files/_zshrc +++ b/dot-files/_zshrc @@ -69,7 +69,7 @@ fi function preexec() { if ( _we_are_in_gnu_screen ); then - local cmd=${1[(wr)^(*=*|sudo|nice|-*|[0-9]*)]} + local cmd=${1[(wr)^(*=*|sudo|nice|env|time|-*|[0-9]*)]} printf "\ek$cmd\e\\" fi }