mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-03 22:25:57 +00:00
Update docs on kitty completion for bash v3.2, etc
See kovidgoyal/kitty#1520
This commit is contained in:
parent
8e5cbafe63
commit
2e1b5e2fa7
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue