aboutsummaryrefslogtreecommitdiff
path: root/todo
diff options
context:
space:
mode:
Diffstat (limited to 'todo')
-rwxr-xr-xtodo2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo b/todo
index 9a92d6e..7f2a4e4 100755
--- a/todo
+++ b/todo
@@ -45,5 +45,5 @@ if [ "$OPTION" == "list" ]; then
elif [ "$OPTION" == "count" ]; then
todo_find | grep -v $NAME | wc -l
else
- todo_list | less
+ todo_list
fi