From 2e1b5e2fa734e3c4f12c20b9076e9d0962c2d0b8 Mon Sep 17 00:00:00 2001 From: Steven Richard Terpe Date: Sun, 14 Jul 2019 13:59:03 -0700 Subject: [PATCH] Update docs on kitty completion for bash v3.2, etc See kovidgoyal/kitty#1520 --- docs/index.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index 7945ccf5b..0ba038d9e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -450,6 +450,12 @@ Add the following to your :file:`~/.bashrc` source <(kitty + complete setup bash) + # Some versions of bash (e.g., v3.2) do not support + # process substitution with the source command, in which + # case you may try an alternative: + + # source /dev/stdin <<<"$(kitty + complete setup bash)" + zsh ~~~~~~~~~