From 16ae70d7736c6d93fd64be30436246f016f39f0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Jos=C3=A9=20de=20Sousa?= Date: Thu, 21 Jan 2021 12:07:20 -0300 Subject: [PATCH] Update links for argcomplete The location for argcomplete's documentation has been changed to https://kislyuk.github.io/argcomplete . --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e4de268..19f38fc 100644 --- a/readme.md +++ b/readme.md @@ -147,7 +147,7 @@ The second starts with a bang: `!`, and is treated as a shell command. If other ## Autocompletion -For autocompletion to work, you need the [argcomplete](https://argcomplete.readthedocs.io) Python package, and Bash 4.2 or newer. For activating *bash* or *tsch* completion, consult the [argcomplete documentation](https://argcomplete.readthedocs.io/en/latest/#global-completion). +For autocompletion to work, you need the [argcomplete](https://kislyuk.github.io/argcomplete) Python package, and Bash 4.2 or newer. For activating *bash* or *tsch* completion, consult the [argcomplete documentation](https://kislyuk.github.io/argcomplete/#global-completion). For *zsh* completion, the global activation is not supported but bash completion compatibility can be used for pubs. For that, add the following to your `.zshrc`: ```shell