diff --git a/completion/task.bash b/completion/bash/task.bash similarity index 92% rename from completion/task.bash rename to completion/bash/task.bash index 88820076..1e212979 100644 --- a/completion/task.bash +++ b/completion/bash/task.bash @@ -3,7 +3,7 @@ _task_completion() local scripts; local curr_arg; - # Remove colon from work breaks + # Remove colon from word breaks COMP_WORDBREAKS=${COMP_WORDBREAKS//:} scripts=$(task -l | sed '1d' | sed 's/^\* //' | awk '{ print $1 }');