From 695e54a33a9d69867ccf549d20be4cc7ef6e6ef3 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 3 Feb 2009 21:47:30 +0100 Subject: gtd-all: Don't use colors, they confuse fgrep (cause trailing newline) --- etc/functions/gtd-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/functions') diff --git a/etc/functions/gtd-all b/etc/functions/gtd-all index cefe62b..c4e23e6 100755 --- a/etc/functions/gtd-all +++ b/etc/functions/gtd-all @@ -18,5 +18,5 @@ function gtd_grep { for database in $prefix/*(.N); { echo "\n${database:t}" - todo --database $database --force-colour | gtd_grep + todo --database $database | gtd_grep } -- cgit v1.2.3