Update docs on kitty completion for bash v3.2, etc
See kovidgoyal/kitty#1520
This commit is contained in:
parent
8e5cbafe63
commit
2e1b5e2fa7
@ -450,6 +450,12 @@ Add the following to your :file:`~/.bashrc`
|
|||||||
|
|
||||||
source <(kitty + complete setup bash)
|
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
|
zsh
|
||||||
~~~~~~~~~
|
~~~~~~~~~
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user