mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 06:31:12 -03:00
docs: Readd link to full configuration section to index
This commit is contained in:
@@ -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 <configuration>`.
|
||||
|
||||
Examples:
|
||||
---------
|
||||
|
||||
Reference in New Issue
Block a user