Modified todo.txt
This commit is contained in:
parent
e97192ab3f
commit
166d03114b
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user