#compdef athene

# Use the generated bash completion script for zsh via bashcompinit.
autoload -U +X bashcompinit && bashcompinit

if [ -r /usr/share/bash-completion/completions/athene ]; then
    . /usr/share/bash-completion/completions/athene
fi
