Completion for fish

This commit is contained in:
Pablo S. Blum de Aguiar
2018-08-27 00:51:30 +02:00
parent 1949f3c3d5
commit 1b7244f3c8
2 changed files with 33 additions and 0 deletions

View File

@@ -371,6 +371,16 @@ Add the following to your :file:`~/.bashrc`
source <(kitty + complete setup bash)
fish
~~~~~~~~
Add the following to your :file:`~/.config/fish/config.fish`
.. code-block:: sh
kitty + complete setup fish | source
zsh
~~~~~~~~~