Update fish completion docs for fish 3.0.0

As of 3.0.0, fish sources `kitty +complete fish` by default.
This commit is contained in:
Martin Pelikan
2019-11-07 17:59:50 -08:00
parent c1febea659
commit 40901778ad

View File

@@ -478,7 +478,8 @@ completions happens after the call to :file:`compinit`.
fish
~~~~~~~~
Add the following to your :file:`~/.config/fish/config.fish`
For versions of fish earlier than 3.0.0, add the following to your
:file:`~/.config/fish/config.fish`. Later versions source completions by default.
.. code-block:: sh