From 86c3778c2a1c38d21b973c1324a3c760a4fd8e13 Mon Sep 17 00:00:00 2001 From: Kayce Basques Date: Sun, 5 Apr 2026 12:16:49 -0700 Subject: [PATCH] docs: Format path as inline code Closes #12609 --- doc_src/interactive.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/interactive.rst b/doc_src/interactive.rst index 5042f926f..91525cd6d 100644 --- a/doc_src/interactive.rst +++ b/doc_src/interactive.rst @@ -54,7 +54,7 @@ It also provides a large number of program specific scripted completions. Most o You can also write your own completions or install some you got from someone else. For that, see :doc:`Writing your own completions `. -Completion scripts are loaded on demand, like :ref:`functions are `. The difference is the ``$fish_complete_path`` :ref:`list ` is used instead of ``$fish_function_path``. Typically you can drop new completions in ~/.config/fish/completions/name-of-command.fish and fish will find them automatically. +Completion scripts are loaded on demand, like :ref:`functions are `. The difference is the ``$fish_complete_path`` :ref:`list ` is used instead of ``$fish_function_path``. Typically you can drop new completions in ``~/.config/fish/completions/.fish`` and fish will find them automatically. .. _syntax-highlighting: