mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 09:48:09 +02:00
Update docs on kitty completion for bash v3.2, etc
See kovidgoyal/kitty#1520
This commit is contained in:
@@ -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
|
||||
~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user