From 4728d1772f76d0d01901f72f9dc78773fc6c2f51 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sat, 1 May 2021 19:44:15 +0200 Subject: [PATCH] Fix doc reference --- doc_src/cmds/fish_config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/cmds/fish_config.rst b/doc_src/cmds/fish_config.rst index 2ef24ce83..2d3ebad30 100644 --- a/doc_src/cmds/fish_config.rst +++ b/doc_src/cmds/fish_config.rst @@ -39,6 +39,6 @@ Example ``fish_config prompt choose disco`` makes the disco prompt the prompt for the current session. This can also be used in :ref:`config.fish ` to set the prompt. -``fish_config prompt save`` saves the current prompt to an :ref:`autoloaded ` file. +``fish_config prompt save`` saves the current prompt to an :ref:`autoloaded ` file. ``fish_config prompt save default`` chooses the default prompt and saves it.