From 9575f0eb4ff3e30e27a9f7563f25eec1cbec0b4f Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Fri, 11 Mar 2022 19:13:50 +0100 Subject: [PATCH] docs: Readd link to full configuration section to index --- doc_src/index.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc_src/index.rst b/doc_src/index.rst index 9232f215f..95f501e53 100644 --- a/doc_src/index.rst +++ b/doc_src/index.rst @@ -109,7 +109,9 @@ To store configuration write it to a file called ``~/.config/fish/config.fish``. ``.fish`` scripts in ``~/.config/fish/conf.d/`` are also automatically executed before ``config.fish``. -These files are read on the startup of every shell, whether interactive and/or if they're login shells. Use ``status --is-interactive`` and ``status --is-login`` to discriminate. +These files are read on the startup of every shell, whether interactive and/or if they're login shells. Use ``status --is-interactive`` and ``status --is-login`` to do things only in interactive/login shells, respectively. + +This is the short version; for a full explanation, like for sysadmins or integration for developers of other software, see :ref:`Configuration files `. Examples: ---------