mirror of
https://github.com/borgbackup/borg.git
synced 2026-03-16 15:44:00 -04:00
18 lines
353 B
ReStructuredText
18 lines
353 B
ReStructuredText
|
|
.. 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)"
|
||
|
|
|