From 9b67a76833535d4a826e03bd6556b456dd068a8b Mon Sep 17 00:00:00 2001 From: Ingo Karkat Date: Sun, 20 Nov 2011 14:22:48 +0100 Subject: [PATCH] Do not automatically complete for guessed aliases. Don't infringe against the principle of least astonishment (they user may have completely unrelated aliases). Rather, if the user sets up his own alias, make him apply the same to todo_completion. --- todo_completion | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/todo_completion b/todo_completion index 9600e9f..5e5a0e2 100644 --- a/todo_completion +++ b/todo_completion @@ -29,5 +29,4 @@ _todo() complete -F _todo todo.sh # If you define an alias (e.g. "t") to todo.sh, you need to explicitly enable # completion for it, too: -complete -F _todo t -complete -F _todo todo +#complete -F _todo t