Update docs on kitty completion for bash v3.2, etc

See kovidgoyal/kitty#1520
This commit is contained in:
Steven Richard Terpe 2019-07-14 13:59:03 -07:00
parent 8e5cbafe63
commit 2e1b5e2fa7

View File

@ -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
~~~~~~~~~