Modified todo.txt

This commit is contained in:
Xavier Logerais (Numericable - Ingénierie Système) 2014-05-21 11:29:04 +02:00
parent e97192ab3f
commit 166d03114b

View File

@ -2,9 +2,13 @@
if [ -f ~/software/todo.txt-cli/todo.sh ]; then if [ -f ~/software/todo.txt-cli/todo.sh ]; then
source ~/software/todo.txt-cli/todo_completion
export TODOTXT_DEFAULT_ACTION=ls 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' alias todo='~/software/todo.txt-cli/todo.sh'
complete -F _todo todo complete -F _todo todo