diff --git a/bash_completion b/bash_completion index 7c4fa168..013499bc 100644 --- a/bash_completion +++ b/bash_completion @@ -2,7 +2,7 @@ # # # @@ -101,7 +101,7 @@ complete -A binding bind have() { unset -v have - which $1 &> /dev/null + type $1 &> /dev/null [ $? = 0 ] && have="yes" }