From 4f0c0486a6f2686c36b96bba6b54332b92904c0d Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Fri, 17 Jun 2022 09:23:21 +0200 Subject: [PATCH] Fix copy-pasteo in fish_config docs --- 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 6fe8ba988..b6c1d416e 100644 --- a/doc_src/cmds/fish_config.rst +++ b/doc_src/cmds/fish_config.rst @@ -38,7 +38,7 @@ Available subcommands for the ``theme`` command: - ``demo`` displays some sample text in the current theme. - ``dump`` prints the current theme in a loadable format. - ``list`` lists the names of the available sample themes. -- ``save`` saves the current prompt to :ref:`universal variables `. +- ``save`` saves the given theme to :ref:`universal variables `. - ``show`` shows what the given sample theme (or all) would look like. The themes are loaded from the theme directory shipped with fish or a ``themes`` directory in the fish configuration directory (typically ``~/.config/fish/themes``).