bash completions: also mark 'do' as a completable command.

(ie. minimal/do)
This commit is contained in:
Avery Pennarun 2011-01-01 21:59:24 -08:00
commit 96347f3d83

View file

@ -37,4 +37,4 @@ __redo_completions()
COMPREPLY=($(compgen -W "$targets" "$cur"))
}
complete -F __redo_completions -o plusdirs -o filenames redo
complete -F __redo_completions -o plusdirs -o filenames redo do