feat: Amélioration configuration pour Taskwarrior
This commit is contained in:
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
|
Reference in New Issue
Block a user