Merge branch 'fish-completion' of https://github.com/scorphus/kitty

This commit is contained in:
Kovid Goyal
2018-09-06 07:04:54 +05:30
2 changed files with 33 additions and 0 deletions

View File

@@ -387,6 +387,16 @@ The important thing above is to make sure the call to |kitty| to load the zsh
completions happens after the call to :file:`compinit`.
fish
~~~~~~~~
Add the following to your :file:`~/.config/fish/config.fish`
.. code-block:: sh
kitty + complete setup fish | source
Changelog
------------------