From 1e3188699a5d0759211b884135e10a833205ba76 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Tue, 24 Jan 2012 17:18:40 +0100 Subject: -- HUGE CLEANUP -- Phase #1 bis --- 02_Functions.zsh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '02_Functions.zsh') diff --git a/02_Functions.zsh b/02_Functions.zsh index 015d277..50d8b4f 100644 --- a/02_Functions.zsh +++ b/02_Functions.zsh @@ -41,9 +41,9 @@ when() if [ -s $TODAY_FILE ] then - preprint "À ne pas manquer" $color[red] ; echo + __preprint "À ne pas manquer" $color[red] ; echo cat $TODAY_FILE - preprint "" $color[red] ; echo + __preprint "" $color[red] ; echo echo fi | sed 's/^/ /' } @@ -54,9 +54,9 @@ todo() TODO=${=$(whereis -b todo | cut -d: -f2)} if [ $($TODO $@ | wc -l) -gt 0 ] then - preprint "À faire" $color[yellow] && echo + __preprint "À faire" $color[yellow] && echo $TODO $@ --force-colour - preprint "" $color[yellow] && echo + __preprint "" $color[yellow] && echo echo fi | sed 's/^/ /' } -- cgit v1.2.3