From 4a5001c98888e7a83ec3e29c37fc7f0c90b960e1 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 14 Oct 2016 10:52:48 -0300 Subject: TODO: do not pipe to less --- todo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'todo') 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 -- cgit v1.2.3