feat: Amélioration configuration pour Taskwarrior
This commit is contained in:
parent
0b9532e95b
commit
710ad109cc
@ -1,6 +1,7 @@
|
|||||||
|
#
|
||||||
# Aliases for taskwarrior
|
# Aliases for taskwarrior
|
||||||
#
|
#
|
||||||
if (which task &> /dev/null)
|
if (command -v task &> /dev/null)
|
||||||
then
|
then
|
||||||
alias t='task'
|
alias t='task'
|
||||||
alias tl='task list'
|
alias tl='task list'
|
||||||
|
7
completion.d/taskwarrior
Normal file
7
completion.d/taskwarrior
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
#
|
||||||
|
# Completion for taskwarrior
|
||||||
|
#
|
||||||
|
if (command -v task &> /dev/null)
|
||||||
|
then
|
||||||
|
complete -o nospace -F _task t
|
||||||
|
fi
|
Loading…
Reference in New Issue
Block a user