From a4dc6dcb74782920b92efd15c058dc15c9f7c822 Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Thu, 20 Oct 2022 19:33:57 +0200 Subject: [PATCH] docs: Add some more mentions We should have more cross-linking and mentions of our builtins and functions, so people can find the dang things. --- doc_src/index.rst | 2 ++ doc_src/language.rst | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc_src/index.rst b/doc_src/index.rst index 9a59af8c9..934d8c2bf 100644 --- a/doc_src/index.rst +++ b/doc_src/index.rst @@ -115,6 +115,8 @@ These files are read on the startup of every shell, whether interactive and/or i This is the short version; for a full explanation, like for sysadmins or integration for developers of other software, see :ref:`Configuration files `. +If you want to see what you changed over fish's defaults, see :doc:`fish_delta `. + Examples: --------- diff --git a/doc_src/language.rst b/doc_src/language.rst index 9bbd84ee7..fbaddecd7 100644 --- a/doc_src/language.rst +++ b/doc_src/language.rst @@ -1544,7 +1544,7 @@ Builtin commands Fish includes a number of commands in the shell directly. We call these "builtins". These include: - Builtins that manipulate the shell state - :doc:`cd ` changes directory, :doc:`set ` sets variables -- Builtins for dealing with data, like :doc:`string ` for strings and :doc:`math ` for numbers, :doc:`count ` for counting lines or arguments +- Builtins for dealing with data, like :doc:`string ` for strings and :doc:`math ` for numbers, :doc:`count ` for counting lines or arguments, :doc:`path ` for dealing with path - :doc:`status ` for asking about the shell's status - :doc:`printf ` and :doc:`echo ` for creating output - :doc:`test ` for checking conditions