From 8e285be3b46591e914457a531b727546bd9d4e02 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Fri, 8 Feb 2008 17:36:22 +0100 Subject: ah bah oui quand même.. !! :) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 11_Prompts.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11_Prompts.zsh b/11_Prompts.zsh index b680a79..418c42f 100644 --- a/11_Prompts.zsh +++ b/11_Prompts.zsh @@ -138,7 +138,7 @@ precmd () "$C_$COLOR_USER$_C"%n"$C_$COLOR_AROB$_C"@"$C_$COLOR_HOST$_C"%m $CURDIR$GITBRANCH "$C_$COLOR_DIES$_C"%#"$C_$COLOR_CMD$_C" " # Mailcheck - [ -s ~/.procmail/procmail.log ] && [ `< ~/.procmail/procmail.log awk 'BEGIN {RS="From" ; HAM=0} !/JUNK/ { HAM++ } END { print HAM }'` -gt 1 ] && sbin/mails | grep -v JUNK + [ -s ~/.procmail/procmail.log ] && [ `< ~/.procmail/procmail.log awk 'BEGIN {RS="From" ; HAM=0} !/JUNK/ { HAM++ } END { print HAM }'` -gt 1 ] && ~/sbin/mails | grep -v JUNK } -- cgit v1.2.3