From 166d03114ba6ff40d389d7b800141f651db2111f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Logerais=20=28Numericable=20-=20Ing=C3=A9nierie?= =?UTF-8?q?=20Syst=C3=A8me=29?= Date: Wed, 21 May 2014 11:29:04 +0200 Subject: [PATCH] Modified todo.txt --- rc.d/todo.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rc.d/todo.txt b/rc.d/todo.txt index 8eab41f..ee0e851 100644 --- a/rc.d/todo.txt +++ b/rc.d/todo.txt @@ -2,9 +2,13 @@ if [ -f ~/software/todo.txt-cli/todo.sh ]; then - source ~/software/todo.txt-cli/todo_completion export TODOTXT_DEFAULT_ACTION=ls + source ~/software/todo.txt-cli/todo_completion + + alias todo.sh='~/software/todo.txt-cli/todo.sh' + complete -F _todo todo.sh + alias todo='~/software/todo.txt-cli/todo.sh' complete -F _todo todo