.. include:: completion.rst.inc

Examples
~~~~~~~~

To activate completion in your current shell session, evaluate the output
of this command. To enable it persistently, add the corresponding line to
your shell's startup file.

::

    # Bash (in ~/.bashrc)
    eval "$(borg completion bash)"

    # Zsh (in ~/.zshrc)
    eval "$(borg completion zsh)"

