borgbackup/docs/usage/completion.rst

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
353 B
ReStructuredText
Raw Normal View History

.. 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)"