summaryrefslogtreecommitdiff
blob: 254c454ab8ac1feaeba1f6d7ae3d0e9f6254d40d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/todo_completion b/todo_completion
index 644be6e..964383e 100755
--- a/todo_completion
+++ b/todo_completion
@@ -85,6 +85,10 @@ _todo()
 }
 complete -F _todo todo.sh
 
+# Gentoo bug 614400
+complete -F _todo todocli
+complete -F _todo todotxt
+
 # If you define an alias (e.g. "t") to todo.sh, you need to explicitly enable
 # completion for it, too:
 #complete -F _todo t