    # Return completions for first run via comp_load()
COMPREPLY=($(compgen -A setopt -- "${COMP_WORDS[COMP_CWORD]}"))
    # Make completion persistent
comp_install -A setopt
