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