feat: Amélioration configuration pour Taskwarrior

This commit is contained in:
2024-02-29 15:19:54 +01:00
parent 0b9532e95b
commit 710ad109cc
2 changed files with 9 additions and 1 deletions

7
completion.d/taskwarrior Normal file
View File

@ -0,0 +1,7 @@
#
# Completion for taskwarrior
#
if (command -v task &> /dev/null)
then
complete -o nospace -F _task t
fi