From 40901778ade86810f2bbe83ad3142eb720043284 Mon Sep 17 00:00:00 2001 From: Martin Pelikan Date: Thu, 7 Nov 2019 17:59:50 -0800 Subject: [PATCH] Update fish completion docs for fish 3.0.0 As of 3.0.0, fish sources `kitty +complete fish` by default. --- docs/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 9f6c9c82e..28a97370a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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