diff --git a/bash_completion b/bash_completion index 4ff09f8..ebbf30f 100644 --- a/bash_completion +++ b/bash_completion @@ -486,7 +486,7 @@ _count_args() _source_local_bash_completion() { # source completion directory definitions - if [ -n "$(complete | grep "post-review")" ] + if [ -n "$(complete | grep "__proj_activate")" ] then return 2 fi @@ -510,5 +510,4 @@ _source_local_bash_completion() _source_local_bash_completion unset _source_local_bash_completion - # vim:filetype=sh