config-bash/completion.d/taskwarrior

8 lines
108 B
Plaintext
Raw Normal View History

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