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.
This commit is contained in:
Fabian Boehm 2022-10-20 19:33:57 +02:00
parent b6c1ecb288
commit a4dc6dcb74
2 changed files with 3 additions and 1 deletions

View file

@ -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 <configuration>`.
If you want to see what you changed over fish's defaults, see :doc:`fish_delta <cmds/fish_delta>`.
Examples:
---------

View file

@ -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 <cmds/cd>` changes directory, :doc:`set <cmds/set>` sets variables
- Builtins for dealing with data, like :doc:`string <cmds/string>` for strings and :doc:`math <cmds/math>` for numbers, :doc:`count <cmds/count>` for counting lines or arguments
- Builtins for dealing with data, like :doc:`string <cmds/string>` for strings and :doc:`math <cmds/math>` for numbers, :doc:`count <cmds/count>` for counting lines or arguments, :doc:`path <cmds/path>` for dealing with path
- :doc:`status <cmds/status>` for asking about the shell's status
- :doc:`printf <cmds/printf>` and :doc:`echo <cmds/echo>` for creating output
- :doc:`test <cmds/test>` for checking conditions