diff --git a/completion.bash b/completion.bash index b4a3fcf..8241393 100644 --- a/completion.bash +++ b/completion.bash @@ -41,7 +41,7 @@ _abra_complete_apps() _abra_complete() { # https://github.com/andsens/homeshick/blob/master/completions/homeshick-completion.bash - if $_HOMESHICK_HAS_COMPOPT; then + if $_ABRA_HAS_COMPOPT; then compopt +o default +o nospace COMPREPLY=() else