diff options
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 } |