Whoops! (Actual `compopt` fix

Ref #5
This commit is contained in:
3wc 2020-11-01 15:22:45 +02:00
parent 80f06ba0e1
commit e01f06423e
1 changed files with 1 additions and 1 deletions

View File

@ -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