diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-02-03 21:47:30 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-02-03 21:47:30 +0100 |
commit | 695e54a33a9d69867ccf549d20be4cc7ef6e6ef3 (patch) | |
tree | 04bc1a594339d8bd9a8a697c27324bad200068ee /etc/functions/gtd-all | |
parent | 6a7ebe551040f03b43e0c77a46a9e276e13461e3 (diff) |
gtd-all: Don't use colors, they confuse fgrep (cause trailing newline)
Diffstat (limited to 'etc/functions/gtd-all')
-rwxr-xr-x | etc/functions/gtd-all | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |